SSG (shitty site generator)
build
: output build files todist/
serve
: serve dist files onlocalhost:8000
An example config is provided in Config.example.toml
.
Markdown files with frontmatter in content/
are used for the pages.
Example content/index.md
:
---
title: "My Post"
date: "2023-10-15"
---
# frontmatter is needed for the page to be generated