From ceefc95a688bdb58bf9e82d1bd5772c1b4c4dc60 Mon Sep 17 00:00:00 2001 From: Sasha Lopoukhine Date: Tue, 17 Dec 2024 13:23:46 +0000 Subject: [PATCH] add RSS --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 326f9b89d8ad..861998bc4834 100644 --- a/_config.yml +++ b/_config.yml @@ -61,7 +61,7 @@ title-img: "/assets/img/xdsl_long_logo.png" # Uncomment the links you want to show and add your information to each one. social-network-links: # email: "someone@example.com" -# rss: true # remove this line if you don't want to show an RSS link at the bottom + rss: true # remove this line if you don't want to show an RSS link at the bottom # facebook: deanattali github: xdslproject twitter: xdslproject @@ -91,7 +91,7 @@ remove-ads: true # If you want your website to generate an RSS feed, provide a description # The URL for the feed will be https:///feed.xml -#rss-description: This website is a virtual proof that I'm awesome +rss-description: "xDSL: A Python-Native Compiler Toolkit" ########################### # --- General options --- #