Skip to content
Discussion options

You must be logged in to vote

Welcome! If you're adding a Quarto blog to an existing Quarto website, it should be largely about creating a 'listing' page. Just make a blog.qmd page with this yaml:

---
title: "My Blog"
listing:
  contents: posts
  sort: "date desc"
  type: default
  categories: true
---

And the place your post qmd files in the posts folder (including in subfolders). Learn more here: https://quarto.org/docs/websites/website-listings.html

Does this make sense?

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@samarzayan
Comment options

Answer selected by mcanouil
Comment options

You must be logged in to vote
1 reply
@smithjd
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants