Puff ·
一款ghost主题,基于Maple和ghost-theme-mj修改
- Maple优秀的界面
- gsearch全局模糊搜索
- 标签和作者统计,标签云生成
- 响应式布局
- 进入到你的主题文件夹目录
ghost/content/themes
- 使用下面的命令克隆主题仓库
$ git clone https://github.com/gitHber/puff.git
- 重启 Ghost 并进入后台管理系统
- 进入
Design
页面,选择puff
主题,点击ACTIVE
只需要git clone
或直接下载该主题,在后台切换主题。
需要在/content/settings/routes.yaml
修改配置
routes:
/about-me/: about-me
/tags/: tags
/authors/: authors
collections:
/:
permalink: '/{slug}/'
template:
- index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
Puff is MIT licensed.