Add a blog page and posts folder
This commit is contained in:
8
posts.qmd
Normal file
8
posts.qmd
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "News"
|
||||
listing:
|
||||
contents: posts # all Quarto docs in the `posts` 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
|
||||
---
|
Reference in New Issue
Block a user