From 005f162549ec3a6c7d3e4d15f9436f81a8b18c83 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 19 Feb 2025 10:42:29 -0700 Subject: [PATCH] Update config.toml add RSS button --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 3e6e787..1fab985 100644 --- a/config.toml +++ b/config.toml @@ -68,6 +68,7 @@ links = [ { name = "Mastodon", icon = "mastodon", url = "https://hachyderm.io/@ahoneybun" }, { name = "Linkedin", icon = "linkedin", url = "https://www.linkedin.com/in/athoneycutt/" }, { name = "Email", icon = "email", url = "mailto:aaronhoneycutt@proton.me>" }, + { name = "RSS", icon = "rss", url = "https://ahoneybun.net/rss.xml" }, ] force_theme = false # false | "light" | "dark"