All Projects → Leviathan1995 → hexo-theme-polk-x

Leviathan1995 / hexo-theme-polk-x

Licence: MIT license
极简 Hexo 博客主题 polk-x

Programming Languages

stylus
462 projects
HTML
75241 projects

Polk-x

极简Hexo博客主题, 基于polk主题修改.

Preview

My Blog preview

Install

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订阅

  • 安装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

Thanks

Contribution

Issues and pull requests are welcome

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].