butterfly配置
hexo安装LaTex
hexo添加mathjax
如果hexo安装有hexo-math,需要先卸载:
1 | $ npm uninstall hexo-math --save |
安装mathjax,安装命令:1
$ npm install hexo-renderer-mathjax --save
hexo主题开启mathjax:编辑主题_config.yml,开启mathjax:
1 | mathjax: |
hexo博客开启mathjax:博客文章的开头加入mathjax:true,如下:
1 | --- |
hexo切换kramed引擎
卸载marked引擎
1 | $ npm uninstall hexo-renderer-marked --save |
安装kramed引擎1
$ npm install hexo-renderer-kramed --save
重新启动hexo
1 | $ hexo clean |
樱花飘落背景
1 | cd theme/Butterfly/source/js |
将下载好的js文件放在theme/butterfly/source/js
文件夹下
在/butterfly/layout/includes
文件夹下找到head.pug
文件,在最后引入
1 | if theme.sakura.enable |
在主题的主配置文件butterfly/_config.yml
中加入
1 | 页面樱花飘落动效 |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 CJX_BLOG!