-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
84 lines (76 loc) · 2.04 KB
/
hugo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
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
sectionPagesMenu = "main"
defaultContentLanguage = "it"
defaultContentLanguageInSubdir = true
theme = [ "hugo-notice", "ananke" ]
[pagination]
pagerSize = 9
[permalinks]
[permalinks.section]
miscellanea = ":sections/"
[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.it.params]
languageEmoji = "🇮🇹✨️"
[languages.en]
contentDir = "content/en"
languageDirection = "ltr"
languageName = "English"
weight = 2
[languages.en.params]
languageEmoji = "🇬🇧"
[languages.es]
contentDir = "content/es"
languageDirection = "ltr"
languageName = "Español"
weight = 3
[languages.es.params]
languageEmoji = "🇪🇸️"
[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]
favicon = "/favicon.ico"
author = "OctoSpacc"
recent_posts_number = 5
other_posts_number = 6
toc = true
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" ]