-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
21 lines (19 loc) · 722 Bytes
/
index.qmd
File metadata and controls
21 lines (19 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
title: "Blog"
toc: false # Disable table of contents on this page
listing:
contents: posts # Directory containing blog posts
type: grid # Display style: grid | default | table
sort:
- date desc # Sort posts by date, newest first
- title asc # Then sort by title alphabetically
categories: true # Enable category filtering
date-format: long # Display dates in long format (e.g., January 1, 2026)
fields: # Metadata fields to display for each post
- title
- image
- date
- categories
- description
feed: true # Enable RSS feed generation
---