sitoctt/hugo.toml

42 lines
977 B
TOML

title = "✨sitoctt✨"
#baseURL = "https://sitoctt.octt.eu.org/"
relativeURLs = true
theme = ["hugo-notice", "ananke"]
disablePathToLower = true
sectionPagesMenu = "main"
defaultContentLanguage = "it"
defaultContentLanguageInSubdir = true
[permalinks]
[permalinks.page]
blog = ":section/:year-:month-:day-:slug/"
note = ":section/:year-:month-:day-:slug/"
miscellanea = ":sections/:slug/"
[languages]
[languages.it]
contentDir = "content/it"
languageDirection = "ltr"
languageName = "Italiano"
weight = 1
[languages.en]
contentDir = "content/en"
languageDirection = "ltr"
languageName = "English"
weight = 2
[markup]
[markup.goldmark]
[markup.goldmark.parser]
[markup.goldmark.parser.attribute]
block = true
title = true
[markup.goldmark.renderer]
unsafe = true
[params]
author = "OctoSpacc"
toc = true
show_reading_time = true
#custom_css = [ "Global.scss", "sitoctt.scss" ]