From b03d73906560a98172e58002d4ba37f86a933001 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 21 Jun 2024 07:33:14 -0700 Subject: [PATCH] Added RSS feed functionality and link to the website. --- website/_config.yml | 2 ++ website/_includes/head_custom.html | 1 + 2 files changed, 3 insertions(+) diff --git a/website/_config.yml b/website/_config.yml index 74021c3fe..15e28ec7f 100644 --- a/website/_config.yml +++ b/website/_config.yml @@ -4,6 +4,7 @@ url: "https://aider.chat" plugins: - jekyll-redirect-from - jekyll-sitemap + - jekyll-feed defaults: - scope: @@ -19,6 +20,7 @@ exclude: - "**/OLD/**" - "OLD/**" - vendor + - feed.xml aux_links: "GitHub": diff --git a/website/_includes/head_custom.html b/website/_includes/head_custom.html index a6d4cca22..95a83cf10 100644 --- a/website/_includes/head_custom.html +++ b/website/_includes/head_custom.html @@ -5,6 +5,7 @@ {% endif %} +