config.toml: adjust description; enable unsafe markup for impress.md

This commit is contained in:
Rico Ullmann 2021-07-18 13:25:55 +02:00
parent 55052ed1bb
commit 8f27ab23d8
Signed by: rullmann
GPG Key ID: AE1066B5BD0B5041
1 changed files with 6 additions and 22 deletions

View File

@ -19,12 +19,10 @@ metaDataFormat= "yaml"
enableKatex = true
metaKeywords = "rico, ullmann, wiesbaden"
headerTitle = "Rico Ullmann"
#copyright = "© 2021 Jane Doe. <a href=\"https://creativecommons.org/licenses/by/4.0/\">Some rights reserved</a>."
name = "ico_ullmann"
name = "Rico Ullmann"
img = "img/rullmann.jpg"
icon = "img/man.png"
quote = "A nice quote that you like that describes the beautiful person you are."
description= "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Venenatis urna cursus eget nunc scelerisque viverra mauris in aliquam. Quis risus sed vulputate odio ut. Sed turpis tincidunt id aliquet risus feugiat in ante metus. Bibendum at varius vel pharetra vel turpis. Semper viverra nam libero justo laoreet sit amet cursus. Mauris a diam maecenas sed enim ut sem."
description= "Fedora fanboy with his thinkpad. Organising projects as a hobby (and for a living). Topics of interest in random order: environmentalism, open source community, queer activism, monitoring/observability, IT security, agile-whatever."
licenseUrl = ""
# Social icons
@ -36,10 +34,6 @@ metaDataFormat= "yaml"
name = "github"
url = "https://github.com/rullmann"
[[params.social]]
name = "twitter"
url = "https://twitter.com/stillbeben"
[[params.social]]
name = "xing"
url = "https://www.xing.com/profile/Rico_Ullmann4"
@ -50,19 +44,9 @@ metaDataFormat= "yaml"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "about"
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "post/"
[[menu.main]]
identifier = "wiki"
name = "Wiki"
url = "none"
identifier = "impress"
name = "impress"
url = "impress"
[markup]
defaultMarkdownHandler = "goldmark"
@ -108,7 +92,7 @@ metaDataFormat= "yaml"
autoHeadingIDType = "github"
[markup.goldmark.renderer]
hardWraps = false
unsafe = false
unsafe = true
xhtml = false
[markup.highlight]
codeFences = true