-
Notifications
You must be signed in to change notification settings - Fork 10
/
hugo.toml
112 lines (92 loc) · 2.7 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
title = 'sapienzastudents.net'
theme = 'hugo-book'
defaultContentLanguage = 'homepage'
defaultContentLanguageInSubdir = false
enableGitInfo = true
custom_css = ["css/contributors.css", "assets/*.scss"]
[languages]
[languages.homepage]
# BookSearch = false
contentDir = 'homepage'
disabled = false
languageName = 'Homepage'
title = "Homepage"
weight = 0
[languages.homepage.params]
contentDir = 'homepage'
[languages.30786]
contentDir = '30786'
disabled = false
languageName = 'ACSAI'
title = 'ACSAI'
weight = 1
[languages.30786.params]
contentDir = '30786'
[languages.29932]
contentDir = '29932'
disabled = false
languageName = 'Computer Science'
title = 'Computer Science'
weight = 2
[languages.29932.params]
contentDir = '29932'
[languages.29389]
contentDir = '29389'
disabled = false
languageName = 'Cybersecurity'
title = 'Cybersecurity'
weight = 3
[languages.29389.params]
contentDir = '29389'
[languages.it]
contentDir = 'it'
disabled = false
languageName = 'Informatica'
title = 'Informatica'
weight = 4
[languages.it.params]
contentDir = 'it'
[languages.31299]
contentDir = '31299'
disabled = false
languageName = 'Filosofia'
title = 'Filosofia'
weight = 5
[languages.31299.params]
contentDir = '31299'
[languages.31774]
contentDir = '31774'
disabled = false
languageName = 'Filosofia e IA'
title = 'Filosofia e IA'
weight = 6
[languages.31774.params]
contentDir = '31774'
[languages.dev]
contentDir = 'dev'
disabled = true
languageName = 'Developers Wiki'
title = 'Developers Wiki'
weight = 7
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)'], ['$', '$']]
[markup.goldmark.renderer]
unsafe = true
[params]
math = true
BookTheme = 'auto'
BookToC = true
BookLogo = 'logo.png'
#BookSection = '*'
BookSection = '*'
# GitHub Stuff
BookRepo = 'https://github.com/sapienzastudentsnetwork/sapienzastudentsnetwork.github.io'
BookCommitPath = 'commit'
BookEditPath = 'edit/main'
BookDateFormat = '2 January 2006'