Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hustcer/hexo-theme-air
An ultra simple hexo theme you will fall in love with.
https://github.com/hustcer/hexo-theme-air
Last synced: about 2 months ago
JSON representation
An ultra simple hexo theme you will fall in love with.
- Host: GitHub
- URL: https://github.com/hustcer/hexo-theme-air
- Owner: hustcer
- License: mit
- Created: 2013-09-02T01:33:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T09:05:09.000Z (about 8 years ago)
- Last Synced: 2024-10-13T11:08:43.255Z (3 months ago)
- Language: HTML
- Homepage: http://topdna.org/
- Size: 363 KB
- Stars: 18
- Watchers: 5
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: history.md
- License: LICENSE
Awesome Lists containing this project
README
# Air
Air theme for [Hexo] based on [light] theme.
## Donating
Support this project and [others by hustcer][gratipay] via [gratipay][].
[![Support via Gratipay][gratipay-badge]][gratipay]
[gratipay-badge]: https://raw.githubusercontent.com/hustcer/htmldemo/master/gittip.png
[gratipay]: https://gratipay.com/hustcer/## Demo
[Demo Blog](http://topdna.org/)
## 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:
``` yaml
menu:
Home: /
Archives: /archiveswidgets:
- search
- category
- tagexcerpt_link: Read More
twitter:
username:
show_replies: false
tweet_count: 5addthis:
enable: true
pubid:
facebook: true
twitter: true
weibo: true
linkedin: true
google: true
pinterest: truefancybox: 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)[Hexo]: https://hexo.io/
[light]: https://github.com/hexojs/hexo-theme-light
[AddThis]: https://www.addthis.com
[Fancybox]: http://fancyapps.com/fancybox/