hexo-diy-strict是基于strict主题修改而成,在strict基础上进行了如下修改:
- 文章页增加文章结构目录(catalog widget)
- 增加返回顶部代码
- 修复多说评论框不显示bug
- 调整部分样式
- 增加了对IE7的兼容
- 将布局改为两栏式
- 增加了部分widget(about/categories/links)
- 使用多说作为默认评论组件,hexo-diy-strict/_config.yml中填写多说的
short_name
- 其它细节处的样式调整
Install
$ npm install hexo-renderer-jade --save
$ git clone [email protected]:8788/hexo-diy-strict.git themes/hexo-diy-strict
Enable
Modify theme
setting in _config.yml
to hexo-diy-strict
.
- IE 7+
- Latest Stable: Firefox, Chrome, Safari
MIT