A super light and simple theme.
1.Install plugin hexo-renderer-scss
.
2.Download the theme to your Hexo theme folder.
$ npm install hexo-renderer-scss --save
$ git clone https://github.com/frostfan/hexo-theme-polarbear themes/polarbear
3.Modify yoursite/_config.yml
# Extensions
## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/
theme: polarbear
4.Show all posts at your archive page,need to install plugin hexo-generator-archive
$ npm install hexo-generator-archive --save
Add these codes on yoursite/_config.yml
archive_generator:
per_page: 0
yearly: false
monthly: false
daily: false
Modify polarbear/_config.yml
# widget function
# false: disable
# widget_custom: custom your widget
# title: your widget title
# content: Add your html code in here. Example: <p>testing...</p>
widget:
Tags: true
Categories: false
Custom: false
widget_custom:
title: Test
content: <p>testing...</p>
# Baidu Analytics
baidu_analytics:
# Google Analytics
google_analytics:
# Duoshuo
duoshuo_shortname:
# Disqus
disqus_shortname:
This theme is based on Even
You can add more features based on it. For example: appreciation, copyright, social icon, etc.
Theme Even author: ahonn
Theme style is designed by: Giuem