Add a blog page and posts folder

This commit is contained in:
2023-05-12 16:02:02 +02:00
parent 0d80158651
commit 836dcc0178
11 changed files with 620 additions and 9 deletions

8
posts.qmd Normal file
View 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
---