# gpress-FixIt **Repository Path**: gpress/gpress-FixIt ## Basic Information - **Project Name**: gpress-FixIt - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-01 - **Last Updated**: 2026-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FixIt gpress Theme 一个为 GPress 新增的 FixIt-like 博客主题,参考 [hugo-fixit/FixIt](https://github.com/hugo-fixit/FixIt) 的阅读取向与技术博客体验,按 GPress 现有模板系统重新实现。 ## 特性 - 响应式顶栏、搜索框、移动端菜单 - 亮色/暗色模式切换 - 首页文章卡片、分类页、标签页、404 页面 - 文章页封面图、目录侧栏、文章信息侧栏 - 代码块增强:语言标题、行号、换行、复制、下载、全屏 ## 使用 把本目录放在: ```text gpressdatadir/template/theme/gpress-FixIt ``` 然后在 GPress 后台选择 `gpress-FixIt` 作为当前主题。 ## 文件结构 - `bodystart.html`: head、导航、搜索、移动菜单、main 开始 - `bodyend.html`: footer、返回顶部、脚本 - `index.html`: 首页和搜索结果页 - `content.html`: 文章详情页 - `category.html`: 分类文章列表 - `tag.html`: 标签文章列表 - `error.html`: 404 页面 - `css/theme.css`: 主题样式 - `js/theme.js`: 交互与代码块增强