home/hugo.toml

58 lines
1.1 KiB
TOML
Raw Normal View History

2024-08-27 23:06:37 +00:00
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
2024-08-28 18:24:07 +00:00
# [permalinks]
# post = "/post/:year/:month/:day/:slug/"
2024-08-27 23:06:37 +00:00
[[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
[[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"]
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
"""
2024-08-28 18:24:07 +00:00