sitoctt/hugo.toml

85 lines
2.0 KiB
TOML
Raw Normal View History

2024-08-25 17:18:20 +02:00
title = "✨sitoctt✨"
#GitLab:baseURL = "https://sitoctt.octt.eu.org/"
#GitHub:baseURL = "http://http.sitoctt.octt.eu.org/"
#Offline:relativeURLs = true
#Offline:disableAliases = true
canonifyURLs = true
disablePathToLower = true
2024-08-25 17:18:20 +02:00
sectionPagesMenu = "main"
defaultContentLanguage = "it"
defaultContentLanguageInSubdir = true
theme = ["hugo-notice", "ananke"]
2024-09-04 02:15:55 +02:00
[pagination]
pagerSize = 9
[permalinks]
2024-09-04 02:15:55 +02:00
[permalinks.section]
miscellanea = ":sections/"
[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]
2024-09-02 18:44:31 +02:00
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.es]
contentDir = "content/es"
languageDirection = "ltr"
languageName = "Español"
weight = 3
[languages.es.params]
languageEmoji = "🇪🇸️"
2024-09-02 18:44:31 +02:00
[languages.fr]
contentDir = "content/fr"
languageDirection = "ltr"
languageName = "Français"
weight = 3
[languages.fr.params]
languageEmoji = "🇫🇷️"
[markup]
[markup.tableOfContents]
endLevel = 4
[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
2024-09-02 18:44:31 +02:00
other_posts_number = 6
toc = true
2024-08-25 17:18:20 +02:00
show_reading_time = true
canonicalUrlOverride = "https://sitoctt.octt.eu.org"
#canonicalUrlOverride = "http://http.sitoctt.octt.eu.org"
#custom_css = [ "Global.scss", "sitoctt.scss" ]
[outputFormats]
[outputFormats.SearchIndex]
mediaType = "text/javascript"
baseName = "searchindex"
isPlainText = true
[outputs]
home = [ "HTML", "SearchIndex" ]