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