Hexo Butterfly主题
安装
- 进入项目根目录运行
1
git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly
- 应用主题
修改 Hexo 根目录下的_config.yml
,把主题改为butterfly
1
theme: butterfly
- 主题配置文件
在 hexo 的根目录创建一个文件_config.butterfly.yml
,并把主题目录的_config.yml
内容复制到_config.butterfly.yml
去。(注意: 复制的是主题的_config.yml
,而不是 hexo 的_config.yml
)
以后只需要在_config.butterfly.yml
进行配置就行。如果使用了_config.butterfly.yml
,配置主题的_config.yml
将不会有效果。注意:不要把主题目录的
_config.yml
删掉
Hexo 会自动合併主题中的_config.yml
和_config.butterfly.yml
里的配置,如果存在同名配置,会使用_config.butterfly.yml
的配置,其优先度较高。
备案
首先 [[备案#获取 ICP 备案号]]
方法 1(推荐)
编辑 _config.butterfly.yml
,在 custom_text:
后面添加:
1 | <img src="https://static.raylzhang.com/img/gongan.png"><a href="https://beian.miit.gov.cn/" target="_blank">鄂ICP备2023003760号-1</a> |
公安备案图片已经上传至自己的图片服务中。
方法 2
在 themes/butterfly/layout/includes/footer.pug
文件中添加:
1 | if theme.footer.copyright |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 技术分享!