shell
pip install hyde
shell
hyde.py create my_site
shell
cd my_site
yaml
site_name: My Hyde Site
author: John Doe
default_tmpl_root: /path/to/custom/templates
default_tmpl_sets: ['my_template_set']
default_theme_root: /path/to/custom/themes
default_theme: my_theme
markdown
Title: My First Blog Post
Date: 2022-01-01
Tags: example, blog
This is the content of my first blog post.
shell
hyde.py gen