Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frostfan/hexo-theme-polarbear
A super light and simple theme.
https://github.com/frostfan/hexo-theme-polarbear
hexo hexo-theme light-theme next
Last synced: 2 days ago
JSON representation
A super light and simple theme.
- Host: GitHub
- URL: https://github.com/frostfan/hexo-theme-polarbear
- Owner: frostfan
- License: mit
- Created: 2017-02-23T05:21:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T10:38:20.000Z (6 months ago)
- Last Synced: 2024-11-05T06:24:18.980Z (4 days ago)
- Topics: hexo, hexo-theme, light-theme, next
- Language: SCSS
- Homepage:
- Size: 120 KB
- Stars: 324
- Watchers: 9
- Forks: 60
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - frostfan/hexo-theme-polarbear
README
# hexo-theme-polarbear
> A super light and simple theme.
[Theme Demo](https://polarbeardemo-9mbv82pmk-kks-projects-01382f34.vercel.app/)
![Polar Bear](https://wx3.sinaimg.cn/large/e942863dly1fd36foz16ij21kw0xwjxw.jpg)
# Installation
1.Install plugin `hexo-renderer-swig`.
2.Download the theme to your Hexo theme folder.
```
$ npm install hexo-renderer-swig --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 ConfigModify `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:testing...
widget:
Tags: true
Categories: false
Custom: falsewidget_custom:
title: Test
content:testing...
```## 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](https://github.com/ahonn/hexo-theme-even)You can add more features based on it. For example: appreciation, copyright, social icon, etc.
## Thanks
Theme Even author: [ahonn](http://www.ahonn.me/)
Theme style is designed by: [Giuem](https://www.giuem.com)