Skip to content

ArcherTrister/hexo-theme-butterfly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

文档

可查看这里

一些不同的东西后续补上教程

Front-matter

page页

---
title: {{ title }}
date: {{ date }}
comments: 
reward:
description:
top_img: 
---

post页

---
title: {{ title }}
date: {{ date }}
tags:
categories:
keywords:
description:
top_img:
cover:
---

截图

image image

About

A Hexo Theme: Butterfly

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Stylus 43.3%
  • Pug 31.6%
  • JavaScript 25.1%