forked from coopcycle/coopcycle-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
42 lines (30 loc) · 822 Bytes
/
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
baseURL = "https://coopcycle.org/"
theme = "coopcycle"
DefaultContentLanguage = "fr"
defaultContentLanguageInSubdir = true
[blackfriday]
extensions = ["hardLineBreak"]
[Taxonomies]
[Languages]
### English
[Languages.en]
title = "CoopCycle"
description = "CoopCycle is a network of bike delivery co-ops."
### French
[Languages.fr]
title = "CoopCycle"
description = "CoopCycle est une fédération de coopératives de livraison à vélo."
### Spanish
[Languages.es]
title = "CoopCycle"
description = "CoopCycle es una federación de cooperativas de entrega por bicicleta."
[[Languages.fr.menu.main]]
name = "Blog"
weight = 4
identifier = "blog"
url = "https://blogs.mediapart.fr/coopcycle"
# https://gohugo.io/news/0.60.0-relnotes/
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true