Skip to content

skx926/hexo-theme-vno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-theme-vno

这个主题是修改自lenbo-ma的 hexo-theme-vno,修复了桌面版切换页面侧边栏布局闪烁移动版侧边栏展开后会自动收缩等问题并增加下面的新功能:

  • 增加了内容页显示上一篇和下面文章
  • 增加归档页
  • 去除多说使用disqus
  • 增加apple-touch-icons
  • 增加数学公式显示
  • 增加fancybox预览图片

数学公式的显示

  1. pc端下载安装pandoc

  2. 进入博客目录执行下面的命令

    // 删除自带渲染引擎
    $ 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: 我的博客

桌面版

主页封面

文章列表

文章内容

文章归档

移动版

移动设备主页封面

移动设备文章列表

移动设备文章内容

移动设备文章归档

Copyright & License

Copyright (c) 2017 Released under the MIT license.

About

The hexo theme used in my blog Code and Zen. 个人博客所使用的主题。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published