-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
214 lines (189 loc) · 5.08 KB
/
config.yml
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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
baseURL: https://demimarathondeblainville.com
languageCode: fr-CA
DefaultContentLanguage: fr
title: Le Demi-Marathon de Blainville
Author:
name: Louis-Olivier Brassard
email: louis@corsaire-chaparral.org
theme: hugo-theme-dmb
# Markup
markup:
goldmark:
renderer:
unsafe: true
# Theme-related config
######################## default configuration ####################
# post pagination
paginate: "99"
# post excerpt
summaryLength: "10"
# disqus short name
disqusShortname: "educenter" # get your shortname form here : https://disqus.com
# disable language
disableLanguages: [en] # desable language from here
params:
bg_image: /images/backgrounds/landing-bg.jpg
# Enable 'Inscription' section
enableInscription: true
# logo which goes in the navbar
logo: /images/logo-navbar.png
logo_ration: 3.19
############################# Plugins ##############################
plugins:
# CSS Plugins
css:
- link: "lib/slick/slick.css"
- link: "lib/animate/animate.css"
- link: "lib/venobox/venobox.css"
- link: "lib/themify-icons/themify-icons.css"
- link: "lib/aos/dist/aos.css"
- link: "fonts/kelson/stylesheet.css"
- link: "fonts/harris/stylesheet.css"
# JS Plugins
js:
- link: "lib/jQuery/jquery.min.js"
- link: "lib/bootstrap/js/bootstrap.bundle.min.js"
- link: "lib/slick/slick.min.js"
- link: "lib/venobox/venobox.min.js"
- link: "lib/filterizr/jquery.filterizr.min.js"
- link: "lib/scrolldir/dist/scrolldir.min.js"
- link: "lib/scrollama/build/scrollama.min.js"
# snipcart
snipcart:
publicApiKey: "MGI1OGExOGUtMjU4Yi00MGI4LTljM2EtYTcyNjhlYjA0YzEzNjM3MTg1MDE1OTA0NTUyODE3"
# contact info
address: >
**Parc Équestre**<br>
1025 Chemin du Plan-Bouchard<br>
Blainville (QC)<br>
J7C 3B9
mobile: ""
email: "demimarathon@corsaire-chaparral.org"
# contact form action
contact_form_action: "" # contact form works with https://formspree.io
# Google Analitycs
google_analitycs_id: "" # your id
# top header
top_header: false
preloader:
enable: true
preloader: "images/icons8-running-96.png" # use jpg, png, svg or gif format.
# Subscription
subscription:
enable: true
# mailchimp subsciption
subscription_form_action: "https://campagnes.demimarathondeblainville.com/form/submit?formId=9" # replace this url with yours
# google map
map:
enable: false
gmap_api: ""
map_latitude: ""
map_longitude: "a"
map_marker: "images/marker.png"
############################# social site ########################
social:
- title: "facebook"
icon: "ti-facebook" # themify icon : https://themify.me/themify-icons
link: "https://www.facebook.com/DemiMarathonDeBlainville/"
# - title: "twitter"
# icon: "ti-twitter-alt" # themify icon : https://themify.me/themify-icons
# link: "#"
# - title: "instagram"
# icon: "ti-instagram" # themify icon : https://themify.me/themify-icons
# link: "#"
# - title: "github"
# icon: "ti-github" # themify icon : https://themify.me/themify-icons
# link: "#"
# - title: "linkedin"
# icon: "ti-linkedin" # themify icon : https://themify.me/themify-icons
# link: "#"
############################## navigation ###############################
menu:
# main menu
main:
#Info
- name: "Info"
URL: "a-propos"
weight: 10
hasChildren: true
- parent: "Info"
name: "Horaire"
URL: "horaire"
weight: 11
- parent: "Info"
name: "Commanditaires"
URL: "commanditaires"
weight: 13
- parent: "Info"
name: "Nous joindre"
URL: "contact"
weight: 16
# Parcours
- weight: 20
name: "Parcours"
hasChildren: true
URL: "/parcours/"
- parent: "Parcours"
name: "21,1 km"
URL: "/parcours/21-km/"
weight: 1
- parent: "Parcours"
name: "10 km"
URL: "/parcours/10-km/"
weight: 2
- parent: "Parcours"
name: "5 km"
URL: "/parcours/5-km/"
weight: 3
- parent: "Parcours"
name: "2 km"
URL: "/parcours/2-km/"
weight: 4
- parent: "Parcours"
name: "1 km"
URL: "/parcours/1-km/"
weight: 5
# - parent: "Parcours"
# name: "3 km marche athlétique"
# URL: "/parcours/3-km-marche-athletique/"
# weight: 6
# - parent: "Parcours"
# name: "5 km marche athlétique"
# URL: "/parcours/5-km-marche-athletique/"
# weight: 6
- name: "Bénévoles"
URL: "benevoles"
weight: 30
# footer menu
footer1:
- name: "Horaire"
URL: "horaire"
weight: 11
- name: "Parcours"
URL: "parcours"
weight: 12
- name: "Bénévoles"
URL: "benevoles"
weight: 13
- name: "Commanditaires"
URL: "commanditaires"
weight: 14
- name: "Guides"
URL: "guides"
weight: 15
footer2:
- name: "Nous joindre"
URL: "contact"
weight: 21
- name: "Politique de confidentialité"
URL: "confidentialite"
weight: 22
Languages:
################################### French language #####################################
fr:
languageName: "Fr"
languageCode: "fr-CA"
weight: 1
home: "Accueil"
# copyright
copyright: "© 2022 Le Demi-Marathon de Blainville"