Total Pageviews

Saturday, 9 January 2016

一个wiki建站程序-Simiki(实际上也是静态网站)


Latest Version The MIT License Build Status Coverage Status
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

Others