From 5fdac367c529b428fd9238ba95bfaa4694571f73 Mon Sep 17 00:00:00 2001 From: Zoness Date: Fri, 19 Dec 2025 13:34:54 -0600 Subject: [PATCH] Fix RSS icon, add it to social sidebar --- hugo.toml | 6 ++++++ layouts/partials/rss.svg | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 layouts/partials/rss.svg diff --git a/hugo.toml b/hugo.toml index e2af400..6ddc37a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -8,6 +8,7 @@ enableEmoji = true author = { name = "Zoness", bio = "Just a programmer writing stuff on the internet.", avatar = "images/avatar.png" } authorbox = true post_meta = ["author", "date", "categories"] # Order of post meta information + customCSS = ["/css/custom.css"] # Add after your existing Params [Params.sidebar] home = "right" # Configure layout for home page @@ -39,6 +40,11 @@ enableEmoji = true url = "https://www.tumblr.com/zon3ss" icon = "tumblr.svg" # Optional. Path relative to "layouts/partials" rel = "me" # Set to false to remove the rel attribute + +[[Params.widgets.social.custom]] + title = "RSS" + url = "index.xml" + icon = "rss.svg" [permalinks] [permalinks.page] diff --git a/layouts/partials/rss.svg b/layouts/partials/rss.svg new file mode 100644 index 0000000..40990cf --- /dev/null +++ b/layouts/partials/rss.svg @@ -0,0 +1,6 @@ + + + + + +