极简Hexo博客主题, 基于polk主题修改.
cd your-blog
git clone https://github.com/Leviathan1995/hexo-theme-polk-x.git themes/polk-x
修改博客根目录下_config.yml
theme: polk-x
为了更好的显示效果,请将页面渲染文章数量per_page
改为20(默认为10).
- 安装RSS插件
npm install hexo-generator-feed
- 修改博客根目录下
_config.yml
# RSS
rss: true
plugin:
- hexo-generator-feed
# Feed Atom
feed:
type: atom
path: atom.xml
limit: 20
target: _blank
- 重新部署
hexo clean
hexo g
添加评论插件代码至layout/post.ejs
的注释<!-- 评论插件 -->
下方即可.
- Internet Explorer 9+
- Firefox
- Opera
- Chrome
- Safari
- Edge
Issues and pull requests are welcome