Skip to content

viaNull/hexo-theme-wixo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexo-Theme-Wixo

Turn your Hexo into a Wiki!

Features

  • Simple - keep it simple and stupid;
  • Bootstrap - get the power of Twitter Bootstrap with minimal hassle;
  • Notebook - notebook-aware post arrangement and pagination. A category is a notebook;
  • Scrollspy - automatically updating ToC targets based on scroll position;
  • Tag plugins - luxuriant Bootstrap tag plugins, provided by hexo-tag-bootstrap, including:
    • textcolor - a paragraph of text with specified color;
    • button - a button with target links, text and specified color;
    • label - a label with text and specified color;
    • badge - a badge with text;
    • alert - alert messages with text and specified color;

Install

  1. install theme:
$ git clone https://github.com/wzpan/hexo-theme-wixo.git themes/wixo
  1. install hexo-tag-bootstrap:
$ npm install hexo-tag-bootstrap --save

Enable

Modify theme setting in your _config.yml to wixo.

Update

$ cd themes/wixo
$ git pull

Configuration

fancybox: true
favicon: favicon.png
google_analytics:
  • fancybox - enable Fancybox
  • google_analytics - Google Analytics ID

Front-Matter

  • toc - renders a table of contents

For example:

title: Tag Plugins
date: 2014-03-16 10:17:16
categories: Docs
toc: true
---

Todo

See TODO.

License

This theme is provided under MIT License.

Credits

About

A wiki theme for Hexo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published