Writing
Create content with Markdown and front matter
Content lives in the content/ directory. Write Markdown with TOML front matter.
Content Types
| Type | File | URL |
|---|---|---|
| Page | about.md | /about/ |
| Section | blog/_index.md | /blog/ |
| Section Page | blog/post.md | /blog/post/ |
Basic Content File
+++
title = "My Page"
date = "2024-01-15"
+++
Content in **Markdown**.