www

website
git clone ssh://anon@src.dalliard.ch/www
log | files | refs

commit e128fe3d2995ab7cb91f13eb7a94afb3b0b3b9fe
parent 1e2f4d876847c276e45bc06873b90d358846c0c2
author: nathanael <nathanael@dalliard.ch>
date:   Tue,  9 Sep 2025 14:55:25 +0000

disable rss for now

diffstat:
Mconfig/_default/hugo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml @@ -1,6 +1,6 @@ baseURL = 'https://dalliard.ch/' disableHugoGeneratorInject = true -disableKinds = ['taxonomy'] +disableKinds = ['taxonomy', 'rss'] languageCode = 'de' title = 'nathanael'