sitoctt/hugo.toml

64 lines
1.4 KiB
TOML
Raw Normal View History

2024-08-25 17:18:20 +02:00
title = "✨sitoctt✨"
2024-08-27 22:55:45 +02:00
baseURL = "https://sitoctt.octt.eu.org/"
#relativeURLs = true
theme = ["hugo-notice", "ananke"]
disablePathToLower = true
2024-08-25 17:18:20 +02:00
sectionPagesMenu = "main"
defaultContentLanguage = "it"
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/"
[languages]
[languages.it]
contentDir = "content/it"
languageDirection = "ltr"
languageName = "Italiano"
weight = 1
2024-08-27 22:55:45 +02:00
[languages.it.params]
languageEmoji = "🇮🇹"
[languages.en]
contentDir = "content/en"
languageDirection = "ltr"
languageName = "English"
weight = 2
2024-08-27 22:55:45 +02:00
[languages.en.params]
languageEmoji = "🇬🇧"
#[languages.fr]
# contentDir = "content/fr"
# languageDirection = "ltr"
# languageName = "Français"
# weight = 3
[markup]
[markup.goldmark]
[markup.goldmark.parser]
[markup.goldmark.parser.attribute]
block = true
title = true
[markup.goldmark.renderer]
unsafe = true
[params]
2024-08-27 22:55:45 +02:00
favicon = "/favicon.ico"
2024-08-27 01:06:25 +02:00
author = "OctoSpacc"
2024-08-27 14:30:28 +02:00
recent_posts_number = 5
other_posts_number = 5
toc = true
2024-08-25 17:18:20 +02:00
show_reading_time = true
#custom_css = [ "Global.scss", "sitoctt.scss" ]
[outputFormats]
[outputFormats.SearchIndex]
mediaType = "text/javascript"
baseName = "searchindex"
isPlainText = true
[outputs]
home = [ "HTML", "SearchIndex" ]