https://github.com/skx926/hexo-theme-vno
The hexo theme used in my blog Code and Zen. 个人博客所使用的主题。
https://github.com/skx926/hexo-theme-vno
Last synced: 3 months ago
JSON representation
The hexo theme used in my blog Code and Zen. 个人博客所使用的主题。
- Host: GitHub
- URL: https://github.com/skx926/hexo-theme-vno
- Owner: skx926
- License: mit
- Created: 2017-01-12T03:53:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T02:17:30.000Z (about 5 years ago)
- Last Synced: 2024-05-20T09:24:07.461Z (about 1 year ago)
- Language: CSS
- Homepage: https://xdev.in
- Size: 22.2 MB
- Stars: 26
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - skx926/hexo-theme-vno
README
hexo-theme-vno
========这个主题是修改自lenbo-ma的 [hexo-theme-vno](https://github.com/lenbo-ma/hexo-theme-vno),修复了`桌面版切换页面侧边栏布局闪烁`和`移动版侧边栏展开后会自动收缩`等问题并增加下面的新功能:
- 增加了内容页显示上一篇和下面文章
- 增加归档页
- 去除多说使用disqus
- 增加apple-touch-icons
- 增加数学公式显示
- 增加fancybox预览图片# 数学公式的显示
1. pc端下载安装[pandoc](http://pandoc.org/installing.html)
2. 进入博客目录执行下面的命令
```bash
// 删除自带渲染引擎
$ 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
```3. All done!使用`hexo s`运行起来看看效果吧😄
## Demo Show
[Demo: 我的博客](http://skx926.me)
### 桌面版




### 移动版




## Copyright & License
Copyright (c) 2017 Released under the [MIT license](LICENSE).