-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
156 lines (126 loc) · 4 KB
/
config.toml
File metadata and controls
156 lines (126 loc) · 4 KB
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
baseURL = "https://hackerschool.tecnico.ulisboa.pt/"
#baseURL = "http://localhost:8000/"
languageCode = "pt-pt"
defaultContentLanguage = "pt"
defaultContentLanguageInSubdir = true
title = "HackerSchool"
theme = "dot"
[params]
primaryColor = "#6dba83"
secondaryColor = "#1B1B1B"
textColor = "#636363"
textColorDark = "#6dba83"
whiteColor = "#ffffff"
recruitmentTime = true
#lista de imagens que aparecem no carousel da pagina principal
carouselImagens=["images/carousel/carousellProjects.png", "images/carousel/carousellAnniversary.jpg", "images/carousel/carousellFaire.jpg", "images/carousel/carousellKTANE.jpg"]
themify_css = "/css/themify-icons.css"
rssIcon = "images/rss.svg"
[outputFormats]
[outputFormats.RSS]
mediaType = "application/rss+xml"
baseName = "feed"
isPlainText = false
[Languages]
# Portuguese Language
[Languages.pt]
languageName = "PT"
weight = 1
languageCode = "pt-pt"
contentDir = "content"
title = "HackerSchool - IST"
#dateFormat = "2 January 2006"
#home = "Home"
#logo = "HackerSchool"
copyright = "Site baseado em https://themes.gohugo.io/dot-hugo-documentation-theme/"
# navigation
[Languages.pt.menu]
[[Languages.pt.menu.main]]
weight = 1
name = "Membros"
url = "/membros/"
[[Languages.pt.menu.main]]
weight = 2
name = "Sobre nós"
url = "/sobre/"
[[Languages.pt.menu.main]]
weight = 3
name = "Projetos"
url = "/projetos/"
[[Languages.pt.menu.main]]
weight = 4
name = "Recrutamento"
url = "/recrutamento/"
[[Languages.pt.menu.main]]
weight = 5
name = "Contactos"
url = "/contactos/"
# banner
[Languages.pt.params.banner]
title = "HackerSchool"
description = "Break. Learn. Build."
# footer social icon
# [[Languages.pt.params.socialIcon]]
# icon = "ti-facebook"
# URL = "https://www.facebook.com/hackerschoolist"
[[Languages.pt.params.socialIcon]]
icon = "ti-instagram"
URL = "https://www.instagram.com/hackerschool_ist/"
[[Languages.pt.params.socialIcon]]
icon = "ti-youtube"
URL = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
[[Languages.pt.params.socialIcon]]
icon = "ti-github"
URL = "https://github.com/HackerSchool"
[[Languages.pt.params.socialIcon]]
icon = "ti-facebook"
URL = "https://www.facebook.com/hackerschoolist/"
[Languages.en]
languageName = "EN"
weight = 2
languageCode = "en-us"
contentDir = "content"
title = "HackerSchool - IST"
copyright = "Site based on https://themes.gohugo.io/dot-hugo-documentation-theme/"
# navigation
[Languages.en.menu]
[[Languages.en.menu.main]]
weight = 1
name = "Members"
url = "/membros/"
[[Languages.en.menu.main]]
weight = 2
name = "About Us"
url = "/sobre/"
[[Languages.en.menu.main]]
weight = 3
name = "Projects"
url = "/projetos/"
[[Languages.en.menu.main]]
weight = 4
name = "Recruitment"
url = "/recrutamento/"
[[Languages.en.menu.main]]
weight = 5
name = "Contacts"
url = "/contactos/"
# banner
[Languages.en.params.banner]
title = "HackerSchool"
description = "Break. Learn. Build."
# footer social icon
# [[Languages.en.params.socialIcon]]
# icon = "ti-facebook"
# URL = "https://www.facebook.com/hackerschoolist"
[[Languages.en.params.socialIcon]]
icon = "ti-instagram"
URL = "https://www.instagram.com/hackerschool_ist/"
[[Languages.en.params.socialIcon]]
icon = "ti-youtube"
URL = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
[[Languages.en.params.socialIcon]]
icon = "ti-github"
URL = "https://github.com/HackerSchool"
[[Languages.en.params.socialIcon]]
icon = "ti-facebook"
URL = "https://www.facebook.com/hackerschoolist/"