62 lines
1.2 KiB
TOML
62 lines
1.2 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 = 1
|
|
|
|
[[menu.main]]
|
|
name = "setup"
|
|
url = "/setup/"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
name = "license"
|
|
url = "/license/"
|
|
weight = 3
|
|
|
|
[[menu.main]]
|
|
name = "apotheke"
|
|
url = "https://apotheke.earth"
|
|
weight = 4
|
|
|
|
[[menu.main]]
|
|
name = "cv"
|
|
url = "/pdf/CV.pdf"
|
|
weight = 5
|
|
|
|
[[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)
|
|
"""
|
|
|