Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nullism/pykwiki
- Owner: nullism
- License: mit
- Created: 2013-10-31T02:43:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-09-23T01:49:14.000Z (about 5 years ago)
- Last Synced: 2024-08-01T12:28:25.960Z (3 months ago)
- Language: HTML
- Homepage: http://pykwiki.nullism.com
- Size: 36.8 MB
- Stars: 45
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - nullism/pykwiki - PyKwiki, a static file Python MarkDown wiki rendered by Jinja2 (others)
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.