mirror of
https://github.com/sigmasternchen/grimoire
synced 2025-03-15 16:18:55 +00:00
8 lines
128 B
YAML
8 lines
128 B
YAML
|
include:
|
||
|
- blog/*.yml
|
||
|
output: index.html
|
||
|
template: homepage.templ.html
|
||
|
markdown: |
|
||
|
# Hello World
|
||
|
|
||
|
This is the home page.
|