home/hugo.toml
2024-10-01 20:39:57 +02:00

53 lines
1.1 KiB
TOML

baseurl = "https://aethrvmn.gr"
enableEmoji = true
footnotereturnlinkcontents = "↩"
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
languageCode = "en-us"
title = "aethrvmn"
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4
[[menu.main]]
name = "misc"
url = "/misc/"
weight = 1
[[menu.main]]
name = "setup"
url = "/setup/"
weight = 2
[[menu.main]]
name = "license"
url = "/license/"
weight = 3
[[menu.main]]
name = "cv"
url = "/pdf/CV.pdf"
weight = 100
[[menu.feed]]
name = "contact"
url = "mailto:aethrvmn@apotheke.earth"
[params]
custom_css = ["css/theme-override.css"]
description = "A simple, minimal, personal website, based on the hugo-classic theme."
footer = """
[github/aethrvmn](https://github.com/aethrvmn) | [sr.ht:~aethrvmn](https://sr.ht/~aethrvmn) | [@aethrvmn@sigmoid.social](https://sigmoid.social/@aethrvmn) | [t.me/aethrvmn](https://t.me/aethrvmn)
"""