hyde is a static website generator written in Python. Hyde documentation is a work in progress and can be found here.
Installation:
To get the latest released version:
pip install hyde
For the current trunk:
pip install -e git://github.com/hyde/hyde.git#egg=hyde
Creating a new hyde site
The following command:
hyde -s ~/test_site create
will create a new hyde site using the test layout.
Generating the hyde site
cd ~/test_site
hyde gen
Serving the website
cd ~/test_site
hyde serve
open http://localhost:8080
The server also regenerates on demand. As long as the server is running, you can make changes to your source and refresh the browser to view the changes.
Product's homepage
Requirements:
· Python