-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
executable file
·220 lines (195 loc) · 6.18 KB
/
Copy pathconfig.toml
File metadata and controls
executable file
·220 lines (195 loc) · 6.18 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
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
215
216
217
218
219
220
baseurl = "https://www.cluboeno.com/"
title = "Cluboeno"
theme = "NederburgByLechaps"
languageCode = "fr-FR"
defaultContentLanguage = "fr"
preserveTaxonomyNames = true
pagination.pagerSize = 20 #frontpage pagination
summaryLength = 5
[markup.goldmark.renderer]
unsafe= true # permet d'utiliser du HTML dans les articles markdown
[related]
threshold = 80.0
includeNewer = true
toLower = false
[[related.indices]]
name = "tags"
weight = 70.0
[[related.indices]]
name = "categories"
weight = 20.0
[[related.indices]]
name = "writer"
weight = 10.0
[outputs]
home = ["HTML"]
section = ["HTML", "json"]
page = ["HTML"]
[taxonomies]
category = "categories"
tag = "tags"
writer = "writer"
[params]
#usepostimgfolder = true # Unmark to use post folder for images. Default is static folder.
slogan = "L'oenologie pour tous"
description = "Club Oeno est une joyeuse troupe d’amateurs et de passeurs de vin. Dégustations, découvertes, rencontres et escapades dans les vignobles." # meta description
copyright = [
"© 2024 www.cluboeno.com",
"L'alcool est à consommer avec modération...",
]
# You need to set author to have an author bio. If you have a writer in the markdown file it will override this.
author = "LeChaps"
authorLink = "."
avatar = "/img/lechaps_icone.jpg"
bio = [
"Amoureux du vin depuis toujours, LeChaps est le concepteur de ce site."
]
# Contact page
# Since this template is static, the contact form uses www.formspree.io as a
# proxy. The form makes a POST request to their servers to send the actual
# email. Visitors can send up to a 1000 emails each month for free.
#
# What you need to do for the setup?
# - set your email address under 'email' below
# - upload the generated site to your server
# - send a dummy email yourself to confirm your account
# - click the confirm link in the email from www.formspree.io
# - you're done. Happy mailing!
email = "contact@cluboeno.com"
# Nav links in the side bar
[[menu.main]]
name = "Technique"
url = "post/"
weight = 1
[[menu.main]]
name = "Dégustation"
url = "club/"
weight = 2
[[menu.main]]
name = "Arômes"
url = "/wheel"
weight = 3
[[menu.main]]
name = "Le Club"
url = "about/"
weight = 4
[[menu.main]]
name = "Contact"
url = "contact/"
weight = 5
[[menu.main]]
name = "Recherche"
url = "https://www.google.com/search?q=site%3Acluboeno.com"
weight = 6
# this will also be in author bio if there is no writer.
[params.social]
facebook = "https://www.facebook.com/lecluboeno"
email = "contact@cluboeno.com"
twitter = "https://twitter.com/club_oeno"
instagram = "https://www.instagram.com/club_oeno"
github = "https://github.com/lechaps/cluboeno"
# Add a writer, then use it in the markdown front matter like this: writer = "the name of the writer"
[params.writers]
[params.writers."LeChaps"]
link = "https://www.lechaps.com"
email = "lechaps@cluboeno.com"
avatar = "/img/lechaps_icone.jpg"
bio = [
"Avant de dire qu'un vin est mauvais, pensez à ceux qui l'ont fait et à ce qu'il vous a couté. Parce qu'au final, quoi qu'il arrive, on en boira toujours du plus mauvais !"
]
facebook = "https://www.facebook.com/TheChaps"
twitter = "https://www.twitter.com/lechaps"
linkedin = "https://www.linkedin.com/in/romainchapon"
instagram = "https://www.instagram.com/club_oeno"
github = "https://github.com/lechaps/cluboeno"
pinterest = "https://www.pinterest.fr/lechaps03"
stackoverflow = ""
[params.writers."Thomas"]
link = ""
email = ""
avatar = "/img/thomas_icone.jpg"
bio = [
"Dans la vie, faut être curieux ! Signé un découvreur de belles émotions."
]
facebook = ""
twitter = ""
linkedin = ""
instagram = ""
github = ""
pinterest = ""
stackoverflow = ""
[params.writers."Philippe"]
link = ""
email = ""
avatar = "/img/philippe_icone.jpg"
bio = [
"Un vin ? Allons jeune homme, vous pouvez faire mieux ! Que dis-je, un nectar, que dis-je une oeuvre d'art, un sommet !"
]
facebook = ""
twitter = ""
linkedin = ""
instagram = ""
github = ""
pinterest = ""
stackoverflow = ""
[params.writers."Vince"]
link = ""
email = ""
avatar = "/img/vince_icone.jpg"
bio = [
"Toujours prêt à prescrire une nouvelle dégustation. Pour le reste, demandez plutôt conseil au docteur."
]
facebook = ""
twitter = ""
linkedin = ""
instagram = ""
github = ""
pinterest = ""
stackoverflow = ""
[params.writers."Benoit"]
link = ""
email = ""
avatar = "/img/benoit_icone.jpg"
bio = [
""
]
facebook = ""
twitter = ""
linkedin = ""
instagram = ""
github = ""
pinterest = ""
stackoverflow = ""
[params.writers."Alain"]
link = ""
email = ""
avatar = "/img/alain_icone.jpg"
bio = [
"Je suis heureux et amusé de faire partie d'un groupe d'amateurs éclairés et pointus pour apprécier et découvrir des appellations connues et moins connues, mais de faire vivre la vigne, avec tout le savoir-faire du vigneron à son origine." ]
facebook = ""
twitter = ""
linkedin = ""
instagram = ""
github = ""
pinterest = ""
stackoverflow = ""
[params.writers."Christophe"]
link = ""
email = ""
avatar = "/img/christophe_icone.jpg"
bio = [
"Un jour, je serai dans le club oeno. En attendant je bois du vin..." ]
facebook = ""
twitter = ""
linkedin = ""
instagram = ""
github = ""
pinterest = ""
stackoverflow = ""
[params.matomo]
enable = true # Active/désactive globalement
url = "https://analytics.lechaps.com/"
siteID = 2
respectDNT = true # Respect du Do Not Track
disableCookies = true # Matomo sans cookies (utile en dev / RGPD)
noscript = true # Pixel <noscript> en fallback