From 9e3282e1b617e77b0690343c83fbfb3530a3b62f Mon Sep 17 00:00:00 2001 From: recanman <29310982+recanman@users.noreply.github.com> Date: Thu, 5 Sep 2024 21:01:21 -0700 Subject: [PATCH] feat: add rss as menu item --- hugo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hugo.toml b/hugo.toml index def485c..f4d2ab2 100644 --- a/hugo.toml +++ b/hugo.toml @@ -5,6 +5,10 @@ theme = 'rottentheme' disableKinds = ['taxonomy'] enableRobotsTXT = true +[[menu.main]] +url = "/index.xml" +name = "RSS" + [menu] [[menu.main]] url = "/"