1.0.1 • Published 4 years ago

create-hexo-wiki v1.0.1

Weekly downloads
3
License
AGPL-3.0
Repository
github
Last release
4 years ago

Hexo Wiki

Wiki-site generator based on Hexo & Git with PWA support.

NPM Dependency

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 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

Usage: create-hexo-wiki [options] [command]

Wiki-site generator based on Hexo & Git

Options:
    -V, --version         output the version number
    -p, --plugins <list>  Plugins to install (comma separated)
    -t, --theme <name>    A theme to install
    -p, --pages <list>    Required pages of installed theme
    -r, --remote <URL>    Git URL of a Remote repository
    -h, --help            output usage information

Commands:
    update                Update list of Plugins & Themes
    help [cmd]            display help for [cmd]

Reference Documents

1.0.1

4 years ago

1.0.0

4 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.8

5 years ago

0.6.7

5 years ago

0.6.6

5 years ago

0.6.5

5 years ago

0.6.4

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago