-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
90 lines (74 loc) · 2.36 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
baseURL = "https://hackerschool.tecnico.ulisboa.pt/"
#baseURL = "http://localhost:8000/"
languageCode = "en-us"
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]
# English Language
[Languages.en]
languageName = "En"
weight = 1
languageCode = "en-us"
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.en.menu]
[[Languages.en.menu.main]]
weight = 2
name = "Membros"
url = "/membros"
[[Languages.en.menu.main]]
weight = 2
name = "Sobre nós"
url = "/sobre"
[[Languages.en.menu.main]]
weight = 2
name = "Projetos"
url = "/projetos"
[[Languages.en.menu.main]]
weight = 2
name = "Recrutamento"
url = "/recrutamento"
[[Languages.en.menu.main]]
weight = 3
name = "Contactos"
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/"