mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-06-05 21:01:46 +08:00
59 lines
1.1 KiB
Markdown
59 lines
1.1 KiB
Markdown
# hexo-theme-butterfly
|
|
|
|
[预览](https://jerryc.me/)
|
|
|
|
一款基于[hexo-theme-melody](https://github.com/Molunerfinn/hexo-theme-melody)修改的主题
|
|
|
|
处于dev阶段,一些功能需要时间去适配(例如夜间模式)
|
|
|
|
## 安装
|
|
在你的博客目录里
|
|
```
|
|
git clone https://github.com/jerryc127/hexo-theme-butterfly.git themes/Butterfly
|
|
```
|
|
|
|
## 应用主题
|
|
修改hexo配置文件`_config.yml`,把主题改为`Butterfly`
|
|
|
|
```
|
|
theme: Butterfly
|
|
```
|
|
|
|
## 文档
|
|
可查看[这里](https://molunerfinn.com/hexo-theme-melody-doc/zh-Hans/#%E7%89%B9%E6%80%A7)
|
|
|
|
一些不同的东西后续补上教程
|
|
|
|
|
|
## Front-matter
|
|
|
|
page页
|
|
```
|
|
---
|
|
title: {{ title }}
|
|
date: {{ date }}
|
|
comments:
|
|
reward:
|
|
description:
|
|
top_img:
|
|
---
|
|
```
|
|
|
|
post页
|
|
```
|
|
---
|
|
title: {{ title }}
|
|
date: {{ date }}
|
|
tags:
|
|
categories:
|
|
keywords:
|
|
description:
|
|
top_img:
|
|
cover:
|
|
---
|
|
```
|
|
|
|
## 截图
|
|

|
|

|