-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfig.toml
More file actions
135 lines (126 loc) · 3.5 KB
/
Copy pathconfig.toml
File metadata and controls
135 lines (126 loc) · 3.5 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
languageCode = 'fr-ca'
defaultContentLanguage = "fr-ca"
title = 'Club CEDILLE'
theme = 'cedille'
baseURL = 'https://cedille.etsmtl.ca'
# main menu
[menu]
[[menu.main]]
identifier = "accueil"
name = "Accueil"
url = "/"
weight = 1
[[menu.main]]
identifier = "a-propos"
name = "À propos"
url = "/a-propos/"
weight = 2
[[menu.main]]
identifier = "services"
name = "Services"
url = "/services/"
weight = 3
[[menu.main]]
identifier = "equipe"
name = "Équipe"
url = "/equipe/"
weight = 4
[[menu.main]]
identifier = "projets"
name = "Projets"
url = "/projets/"
weight = 5
[[menu.main]]
identifier = "evenements"
name = "Événements"
url = "/evenements/"
weight = 6
[[menu.main]]
identifier = "partenaires"
name = "Partenaires"
url = "/partenaires/"
weight = 7
[[menu.main]]
identifier = "contact"
name = "Joignez l'équipe"
url = "/contact/"
weight = 8
[params]
titleFollowUs = "Suivez-nous"
titleContactPage = "Pour nous contacter"
copyright = "©"
year = "2022"
#General Params
[params.general]
logoCedille = "images/cedille-logo-orange.png"
#Address Information Params
[params.address]
title = "Adresse"
address = "1219 rue William <br>Montréal (Québec) <br>H3C 1R1 <br>Local D-2020"
email = "cedille@ens.etsmtl.ca"
phoneNumber = "5143968800p7302"
phone = "514 396-8800, poste 7302"
[params.map]
APIkey="AIzaSyD1aM-ZRRtAGOlk4qQWdLhHQe0qiAZlFRA"
latitude = "45.49382"
longitude = "-73.56233"
[params.form]
APIkey = "JJ^j6qUYa^t5bCoQ7bfy"
link = "https://calidum-rotae.prodv2.cedille.club"
############ Footer section #############
[params.footer]
addressTitle = "Adresse:"
address = "1219 rue William, Montréal QC, H3C 1R1, Local D-2020"
contactTitle = "Contact:"
email = "cedille@ens.etsmtl.ca"
owner = "Club CEDILLE"
privacyPolicy = "Politique de confidentialité"
termsOfService = "Conditions de service"
[[params.footer.menu]]
name = "Accueil"
url = "/"
weight = 1
[[params.footer.menu]]
name = "À propos"
url = "/a-propos/"
weight = 2
[[params.footer.menu]]
name = "Équipe"
url = "/equipe/"
weight = 3
[[params.footer.menu]]
name = "Nos projets"
url = "/projets/"
weight = 4
[[params.footer.menu]]
name = "Événements"
url = "/evenements/"
weight = 5
[[params.footer.menu]]
name = "Partenaires"
url = "/partenaires/"
weight = 6
[[params.footer.menu]]
name = "Contact"
url = "/contact/"
weight = 7
[[params.footer.social]]
icon = "fab fa-facebook-f"
url = "https://www.facebook.com/clubcedille"
weight = 1
[[params.footer.social]]
icon = "fab fa-instagram"
url = "https://www.instagram.com/cedille.etsmtl"
weight = 2
[[params.footer.social]]
icon = "fab fa-github"
url = "https://github.com/ClubCedille"
weight = 3
[[params.footer.social]]
icon = "fa-brands fa-linkedin"
url = "https://www.linkedin.com/company/cedille/about/"
weight = 4
[[params.footer.social]]
icon = "fa-brands fa-discord"
url = "https://discord.gg/kX4rXRTMR6"
weight = 5