Socket
Book a DemoInstallSign in
Socket

create-hexo-wiki

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-hexo-wiki

Wiki-site generator based on Hexo & Git

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

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

Keywords

wiki

FAQs

Package last updated on 20 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts