pip install hyde
hyde -s mysite create
yaml
# config.yaml
title: My Hyde Site
author: John Doe
theme: my_theme
extension_map:
md: markdown
show_drafts: false
markdown
# About
Welcome to my website! This is the about page.
## Bio
I am a software engineer with a passion for Python programming.
## Contact
Email: john.doe@example.com
hyde -s mysite gen