2022-07-30 20:22:42 -04:00
|
|
|
baseURL = "https://beckmeyer.us/"
|
|
|
|
languageCode = 'en-us'
|
|
|
|
title = "Joel Beckmeyer's Homepage"
|
2023-09-15 14:43:16 -04:00
|
|
|
theme = "contrast-hugo"
|
2022-07-30 20:22:42 -04:00
|
|
|
|
|
|
|
[author]
|
|
|
|
name = "Joel Beckmeyer"
|
|
|
|
email = "joel@beckmeyer.us"
|
|
|
|
|
|
|
|
[menu]
|
2022-07-31 09:34:06 -04:00
|
|
|
[[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
|
2022-07-30 20:22:42 -04:00
|
|
|
|
|
|
|
[markup]
|
|
|
|
[markup.highlight]
|
|
|
|
codeFences = true
|
|
|
|
noClasses = false
|
|
|
|
|
|
|
|
[markup.tableOfContents]
|
|
|
|
startLevel = 1
|
|
|
|
endLevel = 6
|
|
|
|
|
|
|
|
[params]
|
2023-10-02 09:59:43 -04:00
|
|
|
matrixAddress = "matrix:u/joel:thebeckmeyers.xyz"
|
2022-07-30 20:22:42 -04:00
|
|
|
# footer text at the bottom of every page
|
2023-10-02 09:59:43 -04:00
|
|
|
footerText = "Have any questions? Let me know on [Matrix]({{<param matrixAddress>}})!"
|
2022-07-30 20:22:42 -04:00
|
|
|
# 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>
|