这是基于Hexo框架 + butterfly主题搭建起来的个人网站,很感谢HexoJerry以及其他开源项目的贡献者,谢谢。针对hexo的开发使用详见hexo文档。如果你有任何问题,可以在hexo常见问题或者GitHub issues中解决。

Hexo简易教程

新建文章 (post)

$ hexo new "My New Post"

More info: Writing

本地预览

$ hexo server

More info: Server

生成静态文件

$ hexo generate

More info: Generating

部署

$ hexo deploy

More info: Deployment

Butterfly

More info: ButterFly

tag-hide

{% hideInline content,display,bg,color %}

mermaid

{% mermaid %}
pie
title Key elements in Product X
"Calcium" : 42.96
"Potassium" : 50.05
"Magnesium" : 10.01
"Iron" : 5
{% endmermaid %}

Button

{% btn [url],[text],[icon],[color] [style] [layout] [position] [size] %}
例如:
{% btn 'https://butterfly.js.org/',Butterfly,far fa-hand-point-right,block %}

more info: ButterFly