kermit0124 / MyMDwiki

Mdwiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mdwiki-starting-pack

Quickly build wiki site with MDwiki.

How to use

# clone.
git clone https://github.com/LiarOnce/mdwiki-starting-pack
cd mdwiki-starting-pack

# set config.json.
cd main
nano config.json

# set navigation.md.
nano navigation.md

# edit index.html title
nano index.html

# install dependencies.
cd ..
sudo npm install -g nodejieba
sudo npm install -g remove-markdown

# generate search_index.json.
node search.js main main/search_index.json

Upload all files in the main folder and favicon.ico.

Have fun!.

Thanks

@zohead Provided the search.js script.

About

Mdwiki

License:MIT License


Languages

Language:JavaScript 48.8%Language:HTML 26.5%Language:CSS 24.7%