All Projects → frostfan → Hexo Theme Polarbear

frostfan / Hexo Theme Polarbear

Licence: mit
A super light and simple theme.

Projects that are alternatives of or similar to Hexo Theme Polarbear

Hexo Theme Typing
a pure and fresh Hexo theme. 🎹
Stars: ✭ 259 (-13.95%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Edinburgh
Beautiful minimal portfolio theme for Hexo.
Stars: ✭ 289 (-3.99%)
Mutual labels:  hexo, hexo-theme
hexo-theme-cake
🍰 It's a lovely hexo theme, sweet.
Stars: ✭ 20 (-93.36%)
Mutual labels:  hexo, hexo-theme
Theme Ad
🔨 Art design theme for write and show.
Stars: ✭ 262 (-12.96%)
Mutual labels:  hexo, hexo-theme
dev-dark-theme
The dev dark theme is a theme developed using hexo.
Stars: ✭ 24 (-92.03%)
Mutual labels:  hexo, hexo-theme
Hexo Douban
💿 A simple plugin for hexo that helps us generate pages for douban books ,movies and games.
Stars: ✭ 277 (-7.97%)
Mutual labels:  hexo, hexo-theme
maupassant-hexo
A simple Hexo theme forked from icylogic.
Stars: ✭ 2,418 (+703.32%)
Mutual labels:  hexo, hexo-theme
hexo-theme-reading
Blog Theme For Hexo :http://www.androidperformance.com/
Stars: ✭ 20 (-93.36%)
Mutual labels:  hexo, hexo-theme
hexo-theme-sky
a concise theme for hexo https://ijinxin.github.io/
Stars: ✭ 67 (-77.74%)
Mutual labels:  hexo, hexo-theme
gd4Ark.github.io
🙈 My Blog
Stars: ✭ 35 (-88.37%)
Mutual labels:  hexo, hexo-theme
Hexo-Theme-MoeIcarus
✨ Make Icarus theme cute!!!
Stars: ✭ 32 (-89.37%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Tomotoes
🍅 A fresh and refined Hexo theme
Stars: ✭ 265 (-11.96%)
Mutual labels:  hexo, hexo-theme
hexo-theme-cube
a theme for hexo
Stars: ✭ 53 (-82.39%)
Mutual labels:  hexo, hexo-theme
hexo-theme-particle
包含3种配色样式的简洁Hexo主题,地址:https://korilin.com
Stars: ✭ 30 (-90.03%)
Mutual labels:  hexo, hexo-theme
hexo-theme-freemind.bithack
Another hexo theme based on freemind.386
Stars: ✭ 45 (-85.05%)
Mutual labels:  hexo, hexo-theme
hexo-theme-griddy
Hexo theme for artist & photographer showing their work that created with Bulma CSS Framework
Stars: ✭ 22 (-92.69%)
Mutual labels:  hexo, hexo-theme
hexo-theme-yilia-l
简洁优雅的hexo博客主题
Stars: ✭ 24 (-92.03%)
Mutual labels:  hexo, hexo-theme
hexo-theme-stellar
Elegant and powerful theme for Hexo.
Stars: ✭ 181 (-39.87%)
Mutual labels:  hexo, hexo-theme
vuepress-theme-minimalism
minimalism vuepress theme
Stars: ✭ 19 (-93.69%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Next
Elegant theme for Hexo.
Stars: ✭ 15,736 (+5127.91%)
Mutual labels:  hexo, hexo-theme

hexo-theme-polarbear

A super light and simple theme.

Theme Demo

Polar Bear

Installation

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

Theme Config

Modify polarbear/_config.yml

Widget Function

# 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>

Site Analytics

# Baidu Analytics
baidu_analytics:
# Google Analytics
google_analytics:

Comment Function

# Duoshuo
duoshuo_shortname:
# Disqus
disqus_shortname:

More Functions

This theme is based on Even

You can add more features based on it. For example: appreciation, copyright, social icon, etc.

Thanks

Theme Even author: ahonn

Theme style is designed by: Giuem

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].