blog/config.toml

59 lines
1.3 KiB
TOML

baseURL = "https://beckmeyer.us/"
languageCode = 'en-us'
title = "Joel Beckmeyer's Homepage"
theme = "contrast-hugo"
enableGitInfo = true
[author]
name = "Joel Beckmeyer"
email = "joel@beckmeyer.us"
[menu]
[[menu.main]]
name = "Posts"
url = "/posts/"
weight = 2
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 3
[[menu.main]]
name = "Git"
identifier = "Gitea"
url = "https://git.beckmeyer.us/TnSb"
weight = 4
[[menu.main]]
name = "GitHub"
identifier = "GitHub"
url = "https://github.com/TinfoilSubmarine"
weight = 5
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = true
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
noHl = false
style = "gruvbox"
tabWidth = 4
[markup.tableOfContents]
startLevel = 1
endLevel = 6
[params]
matrixAddress = "matrix:u/joel:thebeckmeyers.xyz"
# footer text at the bottom of every page
footerText = "Have any questions? Let me know on [Matrix]({{<param matrixAddress>}})!"
# enable the table of content on pages with more than this many words
# (negative to disable)
# (can be overridden per-page by setting the 'toc' front matter parameter)
#tocWordThreshold = 1000 # default <unset>