- Hexo >= 3.0
- hexo-tag-bootstrap >= 0.0.8 (optional)
- install theme:
$ git clone https://github.com/wzpan/hexo-theme-wixo.git themes/wixo
- install hexo-generator-search:
$ npm install hexo-generator-search --save
- install hexo-tag-bootstrap (optional):
$ npm install hexo-tag-bootstrap --save
Modify theme
setting in your _config.yml
to wixo
.
$ cd themes/wixo
$ git pull
rss: atom.xml
fancybox: true
favicon: favicon.png
inverse_sort: false
fold: true
google_analytics:
scratch_name: Scratch
search:
path: search.xml
field: all
- rss - RSS link
- fancybox - enable Fancybox
- inverse_sort - whether to sort all notes inversely. By default wixo will sort all notes chronologically.
- fold - whether to fold all the notebooks
- google_analytics - Google Analytics ID
- scratch_name - Notebook name of posts without categories variables
- toc - renders a table of contents
For example:
title: Tag Plugins
date: 2014-03-16 10:17:16
categories: Docs
toc: true
---
This theme is provided under MIT License.
- The theme is built based on Twitter-Bootstrap 3.1.1;
- The beautiful icons are from Font Awesome.