create-hexo-wiki

1.0.1 • Public • Published

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

/create-hexo-wiki/

    Package Sidebar

    Install

    npm i create-hexo-wiki

    Weekly Downloads

    2

    Version

    1.0.1

    License

    AGPL-3.0

    Unpacked Size

    64.2 kB

    Total Files

    17

    Last publish

    Collaborators

    • tech_query