Simiki is a simple wiki framework, written in Python.
- Easy to use. Creating a wiki only needs a few steps
- Use Markdown. Just open your editor and write
- Store source files by category
- Static HTML output
- A CLI tool to manage the wiki
Simiki is short for
Simple Wiki :)Quick Start
Install
pip install simiki
Update
pip install -U simiki
Init Site
mkdir mywiki && cd mywiki
simiki init
Create a new wiki
simiki new -t "Hello Simiki" -c first-category
Generate
simiki generate
Preview
simiki preview
For more information,
simiki -h or have a look at Simiki.org