Add rss
This commit is contained in:
11
hugo.toml
11
hugo.toml
@@ -7,7 +7,7 @@ defaultcontentlanguage = "en"
|
|||||||
ignoreLogs = ['warning-goldmark-raw-html']
|
ignoreLogs = ['warning-goldmark-raw-html']
|
||||||
|
|
||||||
[pagination]
|
[pagination]
|
||||||
pagersize = 20
|
pagersize = 5
|
||||||
|
|
||||||
[markup.highlight]
|
[markup.highlight]
|
||||||
style = "github-dark"
|
style = "github-dark"
|
||||||
@@ -51,6 +51,15 @@ style = "github-dark"
|
|||||||
weight = 1
|
weight = 1
|
||||||
url = "https://git.ascyii.de/jonas"
|
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]]
|
[[menu.main]]
|
||||||
name = "Blog"
|
name = "Blog"
|
||||||
weight = 1
|
weight = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user