From 8f27ab23d8e63187742ad7aefb97f4cdded4e9a0 Mon Sep 17 00:00:00 2001 From: Rico Ullmann Date: Sun, 18 Jul 2021 13:25:55 +0200 Subject: [PATCH] config.toml: adjust description; enable unsafe markup for impress.md --- config.toml | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/config.toml b/config.toml index 7bc4974..7f144d8 100644 --- a/config.toml +++ b/config.toml @@ -19,12 +19,10 @@ metaDataFormat= "yaml" enableKatex = true metaKeywords = "rico, ullmann, wiesbaden" headerTitle = "Rico Ullmann" - #copyright = "© 2021 Jane Doe. Some rights reserved." - 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