This is the first post on the blog. Posts are organized into three subfolders under content/blog/: school/, co-op/, and misc/ (general posts, like this one, that don’t fit the other two). No other setup needed:
- Add a new
.mdfile to the right subfolder —content/blog/school/,content/blog/co-op/, orcontent/blog/misc/— with frontmatter like this one (title,description,date,tags). - Write the post body in Markdown below the frontmatter.
- Add a link to it on that subfolder’s
index.md. - Run
npx quartz build(or push tomainto deploy).
Each subfolder’s index page lists its own posts, and the top-level /blog page links out to all three sections. An RSS feed is generated for the whole site — nothing else to configure per post.