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
- Host: GitHub
- URL: https://github.com/michaelborn/wahji
- Owner: michaelborn
- License: mit
- Created: 2016-09-07T20:27:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T22:46:51.000Z (almost 10 years ago)
- Last Synced: 2025-01-13T10:27:55.800Z (over 1 year ago)
- Language: CSS
- Size: 198 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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`