home/hugo.toml

54 lines
1.1 KiB
TOML
Raw Normal View History

2024-10-01 18:11:03 +00:00
baseurl = "https://aethrvmn.gr"
2024-08-27 23:06:37 +00:00
enableEmoji = true
footnotereturnlinkcontents = "↩"
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
languageCode = "en-us"
2024-10-01 18:39:57 +00:00
title = "aethrvmn"
2024-08-27 23:06:37 +00:00
[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]]
2024-08-28 18:24:07 +00:00
name = "misc"
url = "/misc/"
2024-08-29 10:44:59 +00:00
weight = 1
[[menu.main]]
name = "setup"
url = "/setup/"
2024-08-27 23:06:37 +00:00
weight = 2
2024-09-25 14:33:21 +00:00
[[menu.main]]
name = "license"
url = "/license/"
weight = 3
2024-08-27 23:06:37 +00:00
[[menu.main]]
name = "cv"
url = "/pdf/CV.pdf"
2024-10-01 15:49:16 +00:00
weight = 100
2024-08-27 23:06:37 +00:00
[[menu.feed]]
name = "contact"
2024-10-01 16:23:05 +00:00
url = "mailto:aethrvmn@apotheke.earth"
2024-08-27 23:06:37 +00:00
[params]
custom_css = ["css/theme-override.css"]
2024-08-27 23:44:33 +00:00
description = "A simple, minimal, personal website, based on the hugo-classic theme."
2024-08-27 23:06:37 +00:00
footer = """
2024-08-28 18:27:43 +00:00
[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)
2024-08-27 23:06:37 +00:00
"""