Wiki-site generator based on Hexo & Git.
https://hexo.io/plugins/ (Some plugins have been included)
npm init hexo-wiki create repo_name \
--theme name \
--pages blog,tags \
--plugins one,two \
--remote https://github.com/your_id/repo_name.git
git push
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
Generated using TypeDoc