diff --git a/.gitignore b/.gitignore index d0c40c8..18fe7bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ public +public* .hugo_build.lock *.swp diff --git a/config.toml b/config.toml index b935885..48ea006 100644 --- a/config.toml +++ b/config.toml @@ -30,6 +30,10 @@ copyright = 'vsis.online' weight = 3 # Footer + [[menu.footer]] + name = "📰 RSS" + url = "/index.xml" + weight = 1 [[menu.footer]] name = "😺 My pet photos" url = "https://mastodon.social/@erroddy"