https://github.com/steven5538/hexo-theme-athena
A clean, minimalist and responsive theme for hexo.
https://github.com/steven5538/hexo-theme-athena
Last synced: about 1 month ago
JSON representation
A clean, minimalist and responsive theme for hexo.
- Host: GitHub
- URL: https://github.com/steven5538/hexo-theme-athena
- Owner: steven5538
- Created: 2014-08-15T08:08:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-23T15:46:10.000Z (almost 9 years ago)
- Last Synced: 2024-05-20T09:24:29.947Z (11 months ago)
- Language: CSS
- Size: 524 KB
- Stars: 23
- Watchers: 3
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hexo-themes - steven5538/hexo-theme-athena
README
# hexo-theme-athena
A theme for [hexo](http://hexo.io/), modify from Hexo default [landscape](https://github.com/hexojs/hexo-theme-landscape/) theme.
![pic1][pic1]
![pic2][pic2]## Installation
### Install
``` bash
$ git clone https://github.com/steven5538/hexo-theme-athena.git themes/athena
```### Enable
Modify `theme` setting in `_config.yml` to `athena`.
### Update
``` bash
cd theme/athena
git pull
```## Configuration
``` yml
# Header
menu:
Home: /
Archives: /archives
About: /about
# Header Icon
menu_icon:
Home: nav-home-icon
Archives: nav-archives-icon
About: nav-about-iconrss: /atom.xml
# Content
excerpt_link: Read More
fancybox: true# Miscellaneous
google_analytics:
favicon: /favicon.png
twitter:
```- **menu** - Navigation menu, you need to `hexo new page 'about'` for the about page.
- **menu_icon** - Navigation icon
- **rss** - RSS link
- **excerpt_link** - "Read More" link at the bottom of excerpted articles. `false` to hide the link.
- **fancybox** - Enable [Fancybox]
- **google_analytics** - Google Analytics ID
- **favicon** - Favicon path
- **twitter** - Twiiter ID[pic1]: http://i.imgur.com/Z01sQij.png
[pic2]: http://i.imgur.com/jwbCNKA.png