home/hugo.toml
2024-08-28 21:27:43 +03:00

52 lines
1.1 KiB
TOML

baseurl = "https://www.valatsos.gr"
enableEmoji = true
footnotereturnlinkcontents = "↩"
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
languageCode = "en-us"
title = "valatsos"
[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
# [permalinks]
# post = "/post/:year/:month/:day/:slug/"
[[menu.main]]
name = "misc"
url = "/misc/"
weight = 2
[[menu.main]]
name = "apotheke"
url = "https://apotheke.earth"
weight = 3
[[menu.main]]
name = "cv"
url = "/pdf/CV.pdf"
weight = 4
[[menu.feed]]
name = "contact"
url = "mailto:valatsosvasilis@gmail.com"
[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)
"""