mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-06-05 21:01:46 +08:00
79971d49dbded45d306eedd0d2d8ce40b5582838
2. Add the option to hidden the aside items #2 3. Add the option to change subtitle 4. Add the option to change the font 5. fix read-mode and night-mode 6. fix the bugs of the cover #2
79971d49db
·
2019-06-14 01:41:53 +08:00
5 Commits
hexo-theme-butterfly
一款基于hexo-theme-melody修改的主题
处于dev阶段,一些功能需要时间去适配(例如夜间模式)
安装
在你的博客目录里
git clone https://github.com/jerryc127/hexo-theme-butterfly.git themes/Butterfly
应用主题
修改hexo配置文件_config.yml,把主题改为Butterfly
theme: Butterfly
如果你没有pug以及stylus的渲染器,请下载安装: npm install hexo-renderer-jade hexo-renderer-stylus --save or yarn add hexo-renderer-jade hexo-renderer-stylus
文档
可查看这里
一些不同的东西后续补上教程
Front-matter
page页
---
title: {{ title }}
date: {{ date }}
comments:
reward:
description:
top_img:
cover: (封面)
---
post页
---
title: {{ title }}
date: {{ date }}
tags:
categories:
keywords:
description:
top_img:
cover:
---
截图
Description
Languages
JavaScript
40.4%
Stylus
37.5%
Pug
22.1%

