Add rss
This commit is contained in:
11
hugo.toml
11
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
|
||||
|
||||
Reference in New Issue
Block a user