Skip to content

gitHber/puff

Repository files navigation

Puff · GitHub license

Puff

image image

一款ghost主题,基于Mapleghost-theme-mj修改

🏷️ 特性

  • Maple优秀的界面
  • gsearch全局模糊搜索
  • 标签和作者统计,标签云生成
  • 响应式布局

⚙️ 安装

  1. 进入到你的主题文件夹目录ghost/content/themes
  2. 使用下面的命令克隆主题仓库
    $ git clone https://github.com/gitHber/puff.git
    
  3. 重启 Ghost 并进入后台管理系统
  4. 进入Design页面,选择puff主题,点击ACTIVE

⚙️配置url

只需要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}/

License

Puff is MIT licensed.