blog/config.toml

60 lines
939 B
TOML
Raw Normal View History

2022-09-08 20:55:59 +00:00
baseURL = 'https://www.icb4dc0.de/'
2022-02-22 07:16:31 +00:00
languageCode = 'en-us'
2022-09-08 20:55:59 +00:00
title = 'icb4dc0.de'
2022-12-30 19:29:08 +00:00
theme = ['github.com/Mitrichius/hugo-theme-anubis']
2022-02-22 07:16:31 +00:00
paginate = 10
enableEmoji = true
2022-03-31 14:03:48 +00:00
disqusShortname = ""
googleAnalytics = ""
2022-02-22 07:16:31 +00:00
[author]
name = "Peter Kurfer"
[params]
author = "Peter Kurfer"
style= "auto"
copyCodeButton = true
rssAsSocialIcon = true
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 1
2022-02-22 19:34:59 +00:00
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "/projects/"
weight = 2
2022-02-22 07:16:31 +00:00
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
2022-02-22 19:34:59 +00:00
weight = 3
2022-02-22 07:16:31 +00:00
[[menu.main]]
identifier = "archive"
name = "Archive"
url = "/posts/"
2022-02-22 19:34:59 +00:00
weight = 4
2022-02-22 07:16:31 +00:00
[[params.social]]
id = "github"
name = "baez90"
[[params.social]]
id = "linkedin"
name = "peter-s-kurfer"
[[params.social]]
id = "xing"
url = "https://www.xing.com/profile/Sebastian_Kurfer"
[taxonomies]
category = "categories"
tag = "tags"
[markup.goldmark.renderer]
unsafe = true