All Projects → hustcer → hexo-theme-air

hustcer / hexo-theme-air

Licence: MIT License
An ultra simple hexo theme you will fall in love with.

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Air

Air theme for Hexo based on light theme.

Donating

Support this project and others by hustcer via gratipay.

Support via Gratipay

Follow:

Demo

Demo Blog

Install

Execute the following command and modify theme in _config.yml to air.

git clone [email protected]:hustcer/hexo-theme-air.git themes/air

Update

Execute the following command to update air.

cd themes/air
git pull

Config

Default config:

menu:
  Home: /
  Archives: /archives

widgets:
- search
- category
- tag
- twitter

excerpt_link: Read More

twitter:
  username:
  show_replies: false
  tweet_count: 5

addthis:
  enable: true
  pubid:
  facebook: true
  twitter: true
  weibo: true
  linkedin: true
  google: true
  pinterest: true

fancybox: true

google_analytics:
rss:
  • menu - Main navigation menu
  • widget - Widgets displaying in sidebar
  • excerpt_link - "Read More" link text at the bottom of excerpted articles
  • twitter - Twitter widget config
    • username - Twitter username
    • show_replies - Enable displaying replies
    • tweet_count - Tweets display in widget
  • addthis - Share buttons at the buttom of articles (Powered by AddThis)
    • enable - Enable share buttons
    • pubid - Profile ID of AddThis
    • facebook - Enable Facebook button
    • twitter - Enable Twitter button
    • weibo - Enable Sina Weibo button
    • linkedin - Enable Linkedin share button
    • google - Enable Google+ button
    • pinterest - Enable Pinterest button
  • fancybox - Enable Fancybox
  • google_analytics - Google Analytics ID
  • rss - RSS subscription link (change if using Feedburner)
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].