-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.toml
178 lines (149 loc) · 3.66 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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
# Site settings
baseurl = "/"
languageCode = "en-us"
title = "CrownLabs"
theme = "syna"
enableGitInfo = false
version = "0.16.2"
# Google Analytics tracking
googleAnalytics = ""
[outputs]
home = ["HTML", "JSON"]
[frontmatter]
date = ["date", "lastmod"]
lastmod = ["lastmod", ":git", "date"]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
name = "CrownLabs"
description = "Remote laboratories for everyone"
[params.style]
#background = "secondary"
# Theme customizations
# Assets relative to 'static/'
[params.custom]
favicon = "logobkg.ico"
favicon_ico_sizes = "16x16 32x32"
favicon_png = "logobkg.png"
favicon_svg = "logobkg.svg"
# Piwik tracking
[params.analytics.piwik]
#url = ""
#id = ""
#domain = "" # Track subdomains via "*.example.com"
# Optional hash for integrity check
#hash = "sha512-RfeD0pacGTqy9m7U6PgehQfS4cc7SIt+e+P+H5e848kEvB/RW84CUGO3O4O3LNbxjevym6KPUZ8muPsMrI8WIw=="
# Optional, global disable switch for fontawesome related files
# For custom fontawesome js files use the custom.js method
[params.fontawesome]
disabled = false
pro = false
[params.colors]
#0 54 118
primary = "#003676"
# primary = "#00838F"
# secondary = "#ffffff"
secondary = "#868e96"
# success = "#ffffff"
success = "#008f54"
# info = "#ffffff"
info = "#00c9dc"
# warning = "#ffffff"
warning = "#fdf314"
# danger = "#ffffff"
danger = "#dc1200"
# light = "#ffffff"
light = "#f8f9fa"
dark = "#343a40"
#0 54 118
# dark = "#003676"
# main/prepend/postpend menus are displayed in nav fragment.
# Keep an eye out for updates. These will be moved out to make navbar more
# configurable.
#[[menu.main]]
# url = "/"
# name = "Home"
# weight = 10
[[menu.main]]
url = "/about"
name = "About"
weight = 20
[[menu.main]]
url = "/contact"
name = "Contacts"
weight = 30
[[menu.main]]
url = "/contributors"
name = "Contribute"
weight = 40
[[menu.main]]
url = "/calendar"
name = "Calendar"
weight = 50
[[menu.main]]
url = "/resources"
name = "Resources"
weight = 50
[[menu.main]]
url = "/learning"
name = "Learning"
weight = 60
[[menu.main]]
url = "/seminars"
name = "Seminars"
weight = 70
#[[menu.main]]
# url = "https://crownlabs.polito.it"
# name = "Login @Polito"
# weight = 30
[[menu.footer]]
url = "/contact"
# Apparently mailto: links cannot be handled by this template and bring to a non-existing HTTPS URL
# url = "mailto:crownlabs@polito.it?Subject=Info about CrownLabs"
name = "Email"
weight = 30
[[menu.footer]]
url = "https://crown-team-group.slack.com"
name = "Slack"
weight = 30
[[menu.footer]]
url = "https://www.youtube.com/playlist?list=PLTAfidx4guQIIPZVaEn8H_hfSTFJ5VQDu"
name = "Youtube"
weight = 30
[[menu.copyright_footer]]
url = ""
name = "Politecnico di Torino, 2020 - 2021"
# name = "© Politecnico di Torino, 2020"
weight = 10
#[[menu.copyright_footer]]
# url = "#"
# name = "Another Link"
# weight = 30
#[[menu.footer_social]]
# weight = 20
# name = "facebook"
# pre = "fab fa-facebook-f"
# url = "#"
#[[menu.footer_social]]
# weight = 30
# name = "linkedin"
# pre = "fab fa-linkedin-in"
# url = "#"
[[menu.footer_social]]
weight = 30
name = "slack"
pre = "fab fa-slack"
url = "https://crown-team-group.slack.com"
[[menu.footer_social]]
weight = 30
name = "github"
pre = "fab fa-github"
url = "https://github.com/netgroup-polito/crownlabs/"
[[menu.footer_social]]
weight = 30
name = "youtube"
pre = "fab fa-youtube"
# url = "https://youtu.be/i7fqga7xQv0"
url = "https://www.youtube.com/playlist?list=PLTAfidx4guQIIPZVaEn8H_hfSTFJ5VQDu"