site_url: "http://example.com"
content_root: "content"
deploy_root: "deploy"
media_root: "media"
...
python
from hyde import Hyde
hyde = Hyde()
hyde.load_site('hyde.yaml')
hyde.run()
hyde.deploy()
yaml
site_url: "http://example.com"
content_root: "content"
deploy_root: "deploy"
media_root: "media"