config.toml: update menu; allow unsafe markup

This commit is contained in:
Rico Ullmann 2023-01-06 20:49:42 +01:00
parent ad9dc605b9
commit b873dd2524
Signed by: rullmann
GPG Key ID: AE1066B5BD0B5041
1 changed files with 9 additions and 10 deletions

View File

@ -2,13 +2,11 @@ baseURL = "https://ullmann.space"
languageCode = "de-de"
title = "Rico Ullmann"
theme="archie"
copyright = "© {{year}}"
pygmentsstyle = "monokai"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[params]
mode="auto"
useCDN=false
subtitle = "Mag Fedora, Musik, Podcasts und Fahrrad fahren. Macht etwas mit IT Projekten in einem agilen Umfeld."
[[params.social]]
@ -25,22 +23,23 @@ url = "https://github.com/athulcajay/"
name = "GitLab"
icon = "gitlab"
url = "https://gitlab.com/athul/"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "All posts"
url = "/posts"
name = "About"
url = "/about"
weight = 2
[[menu.main]]
name = "About"
url = "/about"
name = "Impress"
url = "/impress"
weight = 3
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 4
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true