hugo-ullmann.space/config.toml

111 lines
2.7 KiB
TOML

baseURL = "https://ullmann.space/"
buildDrafts = false
buildFuture = false
buildExpired = false
relativeURLs = true
disableRSS = true
enableRobotsTXT = true
editor = "vi"
languageCode = "en"
language = "us"
theme = "gruvhugo"
title = "Rico Ullmann · Landing Page"
defaultExtension= "html"
metaDataFormat= "yaml"
[params.main]
enabled = true
enableKatex = true
metaKeywords = "rico, ullmann, wiesbaden"
headerTitle = "Rico Ullmann"
name = "Rico Ullmann"
img = "img/rullmann.jpg"
icon = "img/man.png"
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
[[params.social]]
name = "dev"
url = "https://git.ullmann.space"
[[params.social]]
name = "github"
url = "https://github.com/rullmann"
[[params.social]]
name = "xing"
url = "https://www.xing.com/profile/Rico_Ullmann4"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/rico-ullmann-1712067b/"
[menu]
[[menu.main]]
identifier = "impress"
name = "impress"
url = "impress"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.asciidocExt]
backend = "html5"
docType = "article"
extensions = []
failureLevel = "fatal"
noHeaderOrFooter = true
safeMode = "unsafe"
sectionNumbers = false
trace = false
verbose = true
workingFolderCurrent = false
[markup.asciidocExt.attributes]
[markup.blackFriday]
angledQuotes = false
footnoteAnchorPrefix = ""
footnoteReturnLinkContents = ""
fractions = true
hrefTargetBlank = false
latexDashes = true
nofollowLinks = false
noreferrerLinks = false
plainIDAnchors = true
skipHTML = false
smartDashes = true
smartypants = true
smartypantsQuotesNBSP = false
taskLists = true
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
autoHeadingIDType = "github"
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 2