Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zodiacg/hexo-theme-rebiture
A hexo theme
https://github.com/zodiacg/hexo-theme-rebiture
Last synced: 3 months ago
JSON representation
A hexo theme
- Host: GitHub
- URL: https://github.com/zodiacg/hexo-theme-rebiture
- Owner: zodiacg
- Created: 2015-05-12T13:44:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-11T12:27:17.000Z (over 9 years ago)
- Last Synced: 2024-07-16T13:07:33.403Z (4 months ago)
- Language: CSS
- Size: 207 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hexo-theme-rebiture
## Introduction
A Swig-rewritten version of [Biture theme](http://github.com/kywk/hexo-theme-biture) with several small modifications. The theme is also optimised for usage in mainland China.
The code of theme is inspired by [Next](http://github.com/iissnan/hexo-theme-next) in many ways. Thanks a lot.
Biture is a single column, widget-less minimalist theme for [Hexo](http://hexo.io), based on [Pure](http://purecss.io/) css framework.
Preview: [zodiacg](http://zodiacg.net)
## Features
- Support Duoshuo or Disqus comment system.
- Support Google Universal Analytics and Baidu Analytics.
- Place your custom html code in _custom directory.## Installation
### Install
``` bash
$ git clone https://github.com/zodiacg/hexo-theme-rebiture.git themes/rebiture
```### Enable
Modify `theme` setting in `_config.yml` to `rebiture`.
### Update
Backup your _config.yml and _custom directory first.
``` bash
cd themes/rebiture
git pull
```## Configuration
### _config.yml file
``` yml
# Header
menu:
home: /
dropdown menu:
google: //google.com/
yahoo: //yahoo.com/extmenu:
github:
kywk: //github.com/kywk/
zodiacg: //github.com/zodiacg/
hexo: //zespia.tw/hexo/
theme:
biture: //github.com/kywk/hexo-theme-biture
rebiture: //github.com/zodiacg/hexo-theme-rebiture
landscape: //github.com/tommy351/hexo-theme-landscape
light: //github.com/tommy351/hexo-theme-light# Content
excerpt_link: Read Morefancybox: true
since: 2008
```- **menu** - Main navigation menu, dropdown menu supported.
- **extment** - Extend menu at the right hand side, dropdown menu supported too.
- **excerpt_link** - "Read More" link at the bottom of excerpted articles. `false` to hide the link.
- **fancybox** - KEEP IT 'true'
- **since** - Year when the site established.Please config analytics system or comment system in site config file.
### _custom directory
There is a **_custom** directory in **layout** with two files under it.
Code in these two files (HTML or Swig) will be insert into every page of the site automaticly.- **custom_head.swig** will be placed right before ``````
- **custom_footer.swig** will be placed right before ```