An open API service indexing awesome lists of open source software.

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.

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/