Options
All
  • Public
  • Public/Protected
  • All
Menu

Hexo Wiki creator

Hexo Wiki

Wiki-site generator based on Hexo & Git.

NPM Dependency Build Status

NPM

Basic Usage

1. Choose a Theme & Plugins

2. Create a Git repository

https://github.com/new

3. Install Hexo-wiki

npm init hexo-wiki create repo_name \
    --theme name \
    --pages blog,tags \
    --plugins one,two \
    --remote https://github.com/your_id/repo_name.git

4. Setup Online services

5. Upload whole site

git push

Advanced Arguments

create-hexo-wiki create <path>

Create a Hexo Wiki project

Options:
  -h, --help             show Help information
  -P, --pages    <list>  Required pages of installed theme
  -p, --plugins  <list>  Plugins to install (comma separated)
  -r, --remote   <URL>   Git URL of a Remote repository
  -t, --theme    <name>  A theme to install

Reference Documents

Generated using TypeDoc