From b0ba495e55a8970a34479b6fdb8d982cac104a09 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Mon, 27 Dec 2021 13:22:09 +0000 Subject: [PATCH] update rss links --- brainsteam/config.toml | 2 +- brainsteam/content/pages/feeds.md | 14 ++++++++++++++ .../content/replies/2021/12/24/1640353890.md | 9 +++++++++ 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 brainsteam/content/pages/feeds.md create mode 100644 brainsteam/content/replies/2021/12/24/1640353890.md diff --git a/brainsteam/config.toml b/brainsteam/config.toml index e14c39e..ce42bfd 100644 --- a/brainsteam/config.toml +++ b/brainsteam/config.toml @@ -73,7 +73,7 @@ url = "https://github.com/ravenscroftj" [[params.social]] name = "RSS" icon = "rss" -url = "/index.xml" +url = "/pages/feeds/" [taxonomies] diff --git a/brainsteam/content/pages/feeds.md b/brainsteam/content/pages/feeds.md new file mode 100644 index 0000000..5b283e4 --- /dev/null +++ b/brainsteam/content/pages/feeds.md @@ -0,0 +1,14 @@ +--- +type: page +url: /pages/feeds +title: RSS Feeds +--- + +You can subscribe to different sets of updates depending on what you are interested in. + + \ No newline at end of file diff --git a/brainsteam/content/replies/2021/12/24/1640353890.md b/brainsteam/content/replies/2021/12/24/1640353890.md new file mode 100644 index 0000000..21214e1 --- /dev/null +++ b/brainsteam/content/replies/2021/12/24/1640353890.md @@ -0,0 +1,9 @@ +--- +date: '2021-12-24T13:51:30.902871' +in-reply-to: https://stackoverflow.com/questions/15974730/how-do-i-get-the-different-parts-of-a-flask-requests-url +type: reply +url: /replys/2021/12/24/1640353890 + +--- + +This looks very useful to me \ No newline at end of file