Test
0 min
Quarto
R
test
blog post description (appears underneath the title in smaller text) which is included on the listing page
Feb 20, 2023
---
title: "My Blog"
listing:
contents: post # all Quarto docs in the `post` directory will be included on your listing page
type: grid # or `default` or `table`; each type has its own set of yaml options to include
sort: "date desc" # can also sort on more than one field
categories: true # allows you to sort posts by assigned categories
fields: [date, title, description, categories, author, reading-time]
page-layout: full
title-block-banner: false
---