Skip to content

uwings/hexo-theme-polarbear

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-theme-polarbear

A light theme bases on Even, designed by Giuem.

在线预览 Demo

Polar Bear

安装使用(Installation)

$ npm install hexo-renderer-scss --save
$ git clone https://github.com/frostfan/hexo-theme-polarbear themes/polarbear

修改(Change) polarbear/config.yml theme: polarbear

# Extensions
## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/
theme: polarbear

# 在归档页面显示所有文章 (Show all articles on archive page.)
# 需要安装(Need to install) hexo-generator-archive 插件支持
archive_generator:
    per_page: 0
    yearly: false
    monthly: false
    daily: false

ReadmeFirst

主题较为简陋粗糙,使用及修改时需要对 Hexo 有一定了解。 The theme is relatively simple and rough, have a certain understanding of Hexo before you use and modify.

侧边栏

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

增加功能 (More Functions)

This theme base on Even

You can find more functions at Even, copy and change codes as you want.

EX:赞赏(Reward)、底部版权(Copyright)、社交图标(Social icon)

感谢 (Thanks)

Theme Even author: ahonn

Theme style designed by: Giuem

About

A light hexo theme based on Even, designed by Giuem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 73.9%
  • JavaScript 26.1%