-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
117 lines (107 loc) · 3.07 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
languageCode = '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 = "equipe"
name = "Équipe"
url = "/equipe/"
weight = 3
[[menu.main]]
identifier = "projets"
name = "Projets"
url = "/projets/"
weight = 4
[[menu.main]]
identifier = "partenaires"
name = "Partenaires"
url = "/partenaires/"
weight = 5
[[menu.main]]
identifier = "contact"
name = "Joignez l'équipe"
url = "/contact/"
weight = 6
[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 = "[email protected]"
phoneNumber = "5143968800p7302"
phone = "514 396-8800, poste 7302"
[params.map]
APIkey="AIzaSyBbdrK23GFc0JJpng1dX8O_FA_kJv8zhOE"
latitude = "45.49382"
longitude = "-73.56233"
[params.form]
APIkey = "JJ^j6qUYa^t5bCoQ7bfy"
link = "https://calidum-rotae.omni.cedille.club"
############ Footer section #############
[params.footer]
addressTitle = "Adresse:"
address = "1219 rue William, Montréal QC, H3C 1R1, Local D-2020"
contactTitle = "Contact:"
email = "[email protected]"
allRightsReserved = "2023 | Club CEDILLE"
privacyPolicy = "Politique de confidentialité"
termsOfService = "Conditions de service"
[[params.footer.menu]]
name = "Accueil"
url = "/"
weight = 1
[[params.footer.menu]]
name = "À propos"
url = "/equipe/"
weight = 2
[[params.footer.menu]]
name = "Nos projets"
url = "/projets/"
weight = 3
[[params.footer.menu]]
name = "Partenaires"
url = "/partenaires/"
weight = 4
[[params.footer.menu]]
name = "Contact"
url = "/contact/"
weight = 5
[[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