基于 VitePress Teek 主题移植的 Hugo 静态网站主题,专为技术博客和文档站点设计
A Hugo static site theme ported from VitePress Teek, designed for technical blogs and documentation sites
中文
Hugo Teek Theme 是将流行的 VitePress Teek 主题完整移植到 Hugo 平台的现代化静态网站主题。它保留了 VitePress Teek 的精美设计,同时利用 Hugo 的极速构建能力,为技术博客、文档库、知识管理系统提供完整的解决方案。
主题内置本地搜索、评论系统、数据统计、VitePress 语法支持等功能,开箱即用,无需复杂配置。
English
Hugo Teek Theme is a modern static site theme that fully ports the popular VitePress Teek theme to the Hugo platform. It preserves the elegant design of VitePress Teek while leveraging Hugo's blazing-fast build speed, providing a complete solution for technical blogs, documentation sites, and knowledge management systems.
The theme includes built-in local search, comment system, analytics, VitePress syntax support, and more - ready to use out of the box with minimal configuration.
# 克隆项目 | Clone repository
git clone https://cnb.cool/yuwen-gueen/hugo-teeker-theme.git
cd hugo-teek
# 安装依赖 | Install dependencies
make install-deps
# 启动开发服务器 | Start dev server
make dev
# 访问 | Visit: http://localhost:8080
# 跳过数据生成,快速启动 | Skip data generation, quick start
make quick
# 构建 | Build
make build
# 输出目录 | Output directory: hugo-teek-site/public/
| 技术 Technology | 说明 Description | 版本 Version |
|---|---|---|
| Hugo | 静态网站生成器 Static Site Generator | v0.150.0+ (Extended) |
| Go | 构建工具 Build Tools | v1.21+ |
| SCSS | 样式预处理器 CSS Preprocessor | - |
| JavaScript | 前端交互 Frontend Interaction | ES6+ |
| Pagefind | 本地搜索 Local Search | - |
| Twikoo | 评论系统 Comment System | v1.6.41 |