shell
pip install hyde
python
from hyde.app import Hyde
hyde = Hyde()
hyde.load_site()
hyde.deploy()
yaml
content_root: content
deploy_root: www
ignore:
- '*.md'
markdown
---
layout: post.html
title: My Blog Post
---
# {{ page.title }}
This is the content of my blog post.