2024-08-25 17:18:20 +02:00
|
|
|
title = "✨sitoctt✨"
|
2024-08-27 01:06:25 +02:00
|
|
|
#baseURL = "https://sitoctt.octt.eu.org/"
|
2024-08-24 02:16:17 +02:00
|
|
|
relativeURLs = true
|
|
|
|
theme = ["hugo-notice", "ananke"]
|
|
|
|
disablePathToLower = true
|
2024-08-25 17:18:20 +02:00
|
|
|
sectionPagesMenu = "main"
|
|
|
|
defaultContentLanguage = "it"
|
2024-08-24 02:16:17 +02:00
|
|
|
defaultContentLanguageInSubdir = true
|
|
|
|
|
|
|
|
[permalinks]
|
|
|
|
[permalinks.page]
|
2024-08-27 01:06:25 +02:00
|
|
|
blog = ":section/:year-:month-:day-:slug/"
|
|
|
|
note = ":section/:year-:month-:day-:slug/"
|
|
|
|
miscellanea = ":sections/:slug/"
|
2024-08-24 02:16:17 +02:00
|
|
|
|
|
|
|
[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]
|
2024-08-27 01:06:25 +02:00
|
|
|
author = "OctoSpacc"
|
2024-08-24 02:16:17 +02:00
|
|
|
toc = true
|
2024-08-25 17:18:20 +02:00
|
|
|
show_reading_time = true
|
2024-08-24 02:16:17 +02:00
|
|
|
#custom_css = [ "Global.scss", "sitoctt.scss" ]
|