Lakshmi Vyasarajan 8026d150ef | 14 years ago | |
---|---|---|
hyde | 14 years ago | |
resources | 14 years ago | |
.gitignore | 14 years ago | |
LICENSE | 14 years ago | |
README.markdown | 14 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 | 14 years ago |
Version 0.7b1
This is the new version of hyde under active development. Incomplete documentation can be found here. This should give a good understanding of the motivation behind this version. You can also take a look at the documentation source for a reference implementation.
Here is the initial announcement of the project.
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 -l doc
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.