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

https://github.com/michaelborn/wahji

Static Site Generator in Python
https://github.com/michaelborn/wahji

Last synced: 12 months ago
JSON representation

Static Site Generator in Python

Awesome Lists containing this project

README

          

# Wahji
Static Site Generator in Python.

## Installation instructions

### Install Pip
* `sudo apt install python-pip python-dev build-essential`
* `sudo pip install --upgrade pip`

### Install Python-Markdown
* `pip install markdown`

### Install PyYaml
* `pip install PyYAML`