Code Monkey home page Code Monkey logo

hexo-theme-polarbear's Introduction

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

hexo-theme-polarbear's People

Contributors

yudistrange avatar frostfan avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.