https://github.com/bububa/hexo-theme-biture
A single column, widget-less minimal theme for hexo.
https://github.com/bububa/hexo-theme-biture
Last synced: 8 months ago
JSON representation
A single column, widget-less minimal theme for hexo.
- Host: GitHub
- URL: https://github.com/bububa/hexo-theme-biture
- Owner: bububa
- License: mit
- Created: 2014-05-13T08:38:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-28T02:27:08.000Z (about 12 years ago)
- Last Synced: 2024-12-16T20:32:23.445Z (over 1 year ago)
- Language: JavaScript
- Size: 1.91 MB
- Stars: 0
- Watchers: 1
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexo-theme-biture
A single column, widget-less minimalist theme for [Hexo], based on [Pure] css framework.
Preview: [live demo](http://kywk.github.io/hexo-theme-biture) / [kywk.life](http://kywk.github.io/)
## Installation
### Install
``` bash
$ git clone https://github.com/kywk/hexo-theme-biture.git themes/biture
```
### Enable
Modify `theme` setting in `_config.yml` to `biture`.
### Update
``` bash
cd themes/biture
git pull
```
## Configuration
``` yml
# Header
menu:
home: /
archive: /archive
submenu:
google: //google.com/
yahoo: //yahoo.com/
extmenu:
github: //github.com/
hexo: //zespia.tw/hexo/
theme:
Pithiness: //github.com/okoala/hexo-theme-pithiness
Phase: //github.com/tommy351/hexo-theme-phase
Collect: //github.com/beforeload/hexo-theme-collect
rss:
# Content
excerpt_link: Read More
fancybox: true
# Miscellaneous
google_analytics:
favicon: /favicon.png
```
- **menu** - Main navigation menu, dropdown menu supported.
- **extment** - Extend menu at the right hand side, dropdown menu supported too.
- **rss** - RSS subscription link (change if using Feedburner)
- **excerpt_link** - "Read More" link at the bottom of excerpted articles. `false` to hide the link.
- **fancybox** - KEEP IT 'true'
- **google_analytics** - Google Analytics ID
[Hexo]: http://zespia.tw/hexo/
[Pure]: http://purecss.io/