60 lines
No EOL
939 B
TOML
60 lines
No EOL
939 B
TOML
baseURL = 'https://www.icb4dc0.de/'
|
|
languageCode = 'en-us'
|
|
title = 'icb4dc0.de'
|
|
theme = ['github.com/Mitrichius/hugo-theme-anubis']
|
|
paginate = 10
|
|
enableEmoji = true
|
|
disqusShortname = ""
|
|
googleAnalytics = ""
|
|
|
|
[author]
|
|
name = "Peter Kurfer"
|
|
|
|
[params]
|
|
author = "Peter Kurfer"
|
|
style= "auto"
|
|
copyCodeButton = true
|
|
rssAsSocialIcon = true
|
|
|
|
[[menu.main]]
|
|
identifier = "about"
|
|
name = "About"
|
|
url = "/about/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
identifier = "projects"
|
|
name = "Projects"
|
|
url = "/projects/"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
identifier = "tags"
|
|
name = "Tags"
|
|
url = "/tags/"
|
|
weight = 3
|
|
|
|
[[menu.main]]
|
|
identifier = "archive"
|
|
name = "Archive"
|
|
url = "/posts/"
|
|
weight = 4
|
|
|
|
[[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 |