Lakshmi Vyasarajan bb8e3babec | 13 years ago | |
---|---|---|
hyde | 13 years ago | |
resources | 14 years ago | |
.gitignore | 13 years ago | |
LICENSE | 14 years ago | |
MANIFEST.in | 14 years ago | |
README.markdown | 13 years ago | |
dev-req.txt | 14 years ago | |
distribute_setup.py | 14 years ago | |
main.py | 14 years ago | |
requirements.txt | 14 years ago | |
setup.py | 13 years ago |
Version 0.8b1
This is the new version of hyde under active development. Hyde documentation is a work in progress and can be found here.
To get the latest released version:
pip install hyde
For the current trunk:
pip install -e git://github.com/hyde/hyde.git#egg=hyde
The following command:
hyde -s ~/test_site create
will create a new hyde site using the test layout.
cd ~/test_site
hyde gen
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.
Jinja2
is currently implemented)blockdown
and autoextend
plugin for examples.