这个主题是修改自lenbo-ma的 hexo-theme-vno,修复了桌面版切换页面侧边栏布局闪烁
和移动版侧边栏展开后会自动收缩
等问题并增加下面的新功能:
- 增加了内容页显示上一篇和下面文章
- 增加归档页
- 去除多说使用disqus
- 增加apple-touch-icons
- 增加数学公式显示
- 增加fancybox预览图片
-
pc端下载安装pandoc
-
进入博客目录执行下面的命令
// 删除自带渲染引擎 $ npm uninstall hexo-renderer-marked --save // 安装 pandoc 渲染引擎 $ npm install hexo-renderer-pandoc --save // 删除 hexo-math $ npm uninstall hexo-math --save // 安装 mathjax $ npm install hexo-renderer-mathjax --save
-
All done!使用
hexo s
运行起来看看效果吧😄
Copyright (c) 2017 Released under the MIT license.