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