johannes-rothe.de/config.toml
2023-07-27 21:49:48 +02:00

43 lines
1.2 KiB
TOML

baseURL = "https://johannes-rothe.de/"
# include content marked as draft
buildDrafts = false
# include content with publishdate in the future
buildFuture = false
# include content already expired
buildExpired = false
# enable this to make all relative URLs relative to content root. Note that this does not affect absolute URLs.
relativeURLs = true
disableRSS = true
enableRobotsTXT = true
editor = "vim"
languageCode = "en"
language = "en"
theme = "vncnt-hugo"
title = "Johannes Rothe"
[permalinks]
fixed = ":title/"
posts = "posts/:slug/"
[params]
author = "Johannes Rothe"
description = "Landing Page"
bio = "Senior DevOps Engineer at Magazino"
avatar = "img/avatar.jpg"
favicon = "img/favicon.ico"
error404 = "There is no such page."
[params.contact]
github = "https://github.com/onjen"
[params.contact.email]
name = "email" # may be omitted. defaults to key name
icon = "envelope" # may be omitted. defaults to key name
style = "far" # may be omitted. default = "fas"
link = "mailto:mail(at)johannes-rothe.de"
[params.contact.gitea] # key names are sorted lexicographically
name = "gitea"
icon = "git-alt"
style = "fab"
link = "https://git.johannes-rothe.de/onjen"