Update config.toml

add RSS button
This commit is contained in:
Aaron Honeycutt 2025-02-19 10:42:29 -07:00 committed by GitHub
parent ab9ea30f8c
commit 005f162549
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,6 +68,7 @@ links = [
{ name = "Mastodon", icon = "mastodon", url = "https://hachyderm.io/@ahoneybun" }, { name = "Mastodon", icon = "mastodon", url = "https://hachyderm.io/@ahoneybun" },
{ name = "Linkedin", icon = "linkedin", url = "https://www.linkedin.com/in/athoneycutt/" }, { name = "Linkedin", icon = "linkedin", url = "https://www.linkedin.com/in/athoneycutt/" },
{ name = "Email", icon = "email", url = "mailto:aaronhoneycutt@proton.me>" }, { 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" force_theme = false # false | "light" | "dark"