From 01da8c71f98961045df77a9834533fa3563d9b78 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Tue, 20 Jan 2026 09:53:26 +0000 Subject: [PATCH] Add rss --- hugo.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index b81af9e..2d0067c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -7,7 +7,7 @@ defaultcontentlanguage = "en" ignoreLogs = ['warning-goldmark-raw-html'] [pagination] -pagersize = 20 +pagersize = 5 [markup.highlight] style = "github-dark" @@ -51,6 +51,15 @@ style = "github-dark" weight = 1 url = "https://git.ascyii.de/jonas" + +[[params.social]] + name = "RSS" + icon = "fa-solid fa-rss fa-2x" + weight = 4 + url = "https://hahn1.one/index.xml" + rel = "alternate" + type = "application/rss+xml" + [[menu.main]] name = "Blog" weight = 1