pip install hyde
siteinfo:
hide_hidden: false
format: html
default_template: base.html
media_prefix: /media/
media_root: media
painters: [hyde.ext.plugins.meta.MetaPlugin, hyde.ext.plugins.summary.SummaryPlugin]
html
<!DOCTYPE html>
<html>
<head>
<title>{{ page.title }}</title>
</head>
<body>
<h1>{{ page.title }}</h1>
<div>{{ page.content }}</div>
</body>
</html>
markdown
---
title: Hello Hyde
---
# Hello Hyde!
This is a sample Markdown content.
hyde gen