From 35115f9dfcf4096c4fcecef27436302b12a72d03 Mon Sep 17 00:00:00 2001 From: Jesse Casman Date: Wed, 2 Oct 2024 12:54:28 -0700 Subject: [PATCH] updating to create rss feed for blog post --- _quarto.yml | 1 + blog/index.qmd | 1 + 2 files changed, 2 insertions(+) diff --git a/_quarto.yml b/_quarto.yml index c609aff5..690e2455 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -5,6 +5,7 @@ project: website: title: "R Consortium" favicon: /images/rc-favicon.svg + site-url: "https://r-consortium.org" navbar: pinned: true background: light diff --git a/blog/index.qmd b/blog/index.qmd index af1d044c..54a23cdd 100644 --- a/blog/index.qmd +++ b/blog/index.qmd @@ -3,6 +3,7 @@ listing: contents: "../posts/*/index.qmd" sort: "date desc" type: table + feed: true page-layout: full ---