Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nullism/pykwiki

PyKwiki, a static file Python MarkDown wiki rendered by Jinja2
https://github.com/nullism/pykwiki

Last synced: 5 days ago
JSON representation

PyKwiki, a static file Python MarkDown wiki rendered by Jinja2

Awesome Lists containing this project

README

        

PyKwiki
=======

PyKwiki is a simple markdown-based static site generator suited for blogs and wikis.

Features:

* Static keyword search
* YAML configuration
* Markdown
* Templates
* Extensions
* SASS (version 2+)

## Install

To install Pykwiki 1x:

pip install -I pykwiki==1.1.6

To install the latest version:

pip install pykwiki

## Documentation

### Older Versions (1x)

Documentation for original PyKwiki can be found at [pykwiki-classic.nullism.com](http://pykwiki-classic.nullism.com).

### Latest Version (2x)

Documentation for PyKwiki 2x can be found at [pykwiki.nullism.com](http://pykwiki.nullism.com). This is currently a work in progress.