config.toml: add base config and subtitle

This commit is contained in:
Rico Ullmann 2023-01-05 23:22:17 +01:00
parent aff37a7e30
commit dad14f3f20
Signed by: rullmann
GPG Key ID: AE1066B5BD0B5041
1 changed files with 46 additions and 0 deletions

46
config.toml Normal file
View File

@ -0,0 +1,46 @@
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]]
name = "GitHub"
icon = "github"
url = "https://github.com/athul/archie"
[[params.social]]
name = "Twitter"
icon = "twitter"
url = "https://github.com/athulcajay/"
[[params.social]]
name = "GitLab"
icon = "gitlab"
url = "https://gitlab.com/athul/"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "All posts"
url = "/posts"
weight = 2
[[menu.main]]
name = "About"
url = "/about"
weight = 3
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 4