-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
80 lines (67 loc) · 1.44 KB
/
config.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
baseurl = "/"
title = "Sapienza Hub"
languageCode = "it"
copyright = "My Name"
[Author]
name = "Sapienza Students"
profile = ""
[Taxonomies]
tag = "tags"
[Params]
mainSections = ["post"]
intro = true
headline = "Sapienza Hub"
description = "Creata dagli studenti per gli studenti"
gitlab = "https://gitlab.com/sapienzastudents"
telegram = "https://t.me/sapienzainformatica"
email = "sapienzahub@gmail.com"
opengraph = false
shareTwitter = false
shareFacebook = false
shareGooglePlus = false
shareLinkedIn = false
dateFormat = "2006-01-02"
highlightJsUrl = ""
highlightJsLocalUrl = ""
readingTime = false
readingTimeText = "Estimated reading time:"
fathomUrl = ""
fathomSiteId = ""
[Permalinks]
post = "/:year/:month/:day/:filename/"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Links"
url = "/links/"
weight = 2
[[menu.main]]
name = "Gruppi"
url = "/social/"
weight = 3
[[menu.main]]
name = "FAQ"
url = "/faq/"
weight = 4
[[menu.main]]
name = "Risorse"
url = "/resources/"
weight = 5
[[menu.main]]
name = "Informazioni"
url = "/info/"
weight = 6
[[menu.main]]
name = "Guide"
url = "/howto/"
weight = 7
[[menu.main]]
name = "Chi Siamo"
url = "/about/"
weight = 8
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true