From 1a7ecc1acdb6ff7de2c10ad4bac44bfacc5093d6 Mon Sep 17 00:00:00 2001 From: Anson Date: Sat, 23 Aug 2025 14:03:26 -0600 Subject: [PATCH] Add comprehensive RSS feed configuration --- _quarto.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_quarto.yml b/_quarto.yml index 4309dc3..ce3db97 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -7,6 +7,7 @@ profiles: title: "Anson's Projects" site-url: https://projects.ansonbiggs.com description: A Blog for Technical Topics + author: "Anson Biggs" navbar: left: - text: "About" @@ -17,7 +18,11 @@ profiles: # - icon: gitlab # href: https://gitlab.com/MisterBiggs open-graph: true - feed: true + feed: + title: "Anson's Projects" + description: "A Blog for Technical Topics" + author: "Anson Biggs" + items: 10 format: html: theme: zephyr