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**.
Where to Start
Start with Pages to learn the basics of content files and front matter. Then read Sections to organize content into groups like a blog or docs. From there:
- Taxonomies — Classify pages by tags, categories, or custom groups
- Shortcodes — Embed reusable components (YouTube, alerts, galleries) inside Markdown
- Archetypes — Define templates for
hwaro newto scaffold content quickly