From be6d97a001471bb19565e3196d85743654c37319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roddy=20Gonz=C3=A1lez?= Date: Sun, 12 May 2024 17:51:50 +0200 Subject: [PATCH] Add RSS link and ingnore every public* file --- .gitignore | 1 + config.toml | 4 ++++ 2 files changed, 5 insertions(+) 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"