2024-08-25 17:18:20 +02:00
|
|
|
title = "✨sitoctt✨"
|
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"
|
2024-08-24 02:16:17 +02:00
|
|
|
|
2024-08-25 17:18:20 +02:00
|
|
|
defaultContentLanguage = "it"
|
2024-08-24 02:16:17 +02:00
|
|
|
defaultContentLanguageInSubdir = true
|
|
|
|
|
|
|
|
[permalinks]
|
|
|
|
[permalinks.page]
|
2024-08-25 17:18:20 +02:00
|
|
|
post = "post/:year-:month-:day-:slug/"
|
|
|
|
# posts = "Posts/:year/:month/:day/:slug/"
|
|
|
|
# [permalinks.section]
|
|
|
|
# post = "post/"
|
|
|
|
# posts = "Posts/"
|
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
|
|
|
|
|
|
|
|
#[security]
|
|
|
|
# enableInlineShortcodes = false
|
|
|
|
# [security.exec]
|
|
|
|
# allow = ['^(dart-)?sass(-embedded)?$', '^go$', '^git$', '^npx$', '^postcss$', '^tailwindcss$', '^asciidoctor$']
|
|
|
|
|
|
|
|
[markup]
|
|
|
|
[markup.goldmark]
|
|
|
|
[markup.goldmark.parser]
|
|
|
|
[markup.goldmark.parser.attribute]
|
|
|
|
block = true
|
|
|
|
title = true
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe = true
|
|
|
|
|
|
|
|
[params]
|
|
|
|
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" ]
|
|
|
|
|