title: Hello, World!
---
# Hello, World!
html
<!DOCTYPE html>
<html>
<head>
<title>{{ page.title }}</title>
</head>
<body>
<header>
<h1>{{ page.title }}</h1>
</header>
<div>
{{ content }}
</div>
<footer>
Powered by Hyde
</footer>
</body>
</html>
yaml
site:
author: John Doe
url: https://myblog.com
plugins:
renderers:
md: hyde.ext.renderers.MarkdownRenderer
processors:
py: hyde.ext.processors.PygmentsProcessor
sources:
required: true
mandatory: true
kind: site
deploy:
required: true
mandatory: true
kind: deployment
default_layout: default.html