forked from Jibec/blog-hugo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
52 lines (43 loc) · 1.05 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
baseURL = "https://jibecfed.fedorapeople.org/blog-hugo/"
languageCode = "fr"
DefaultContentLanguage = "fr"
defaultContentLanguageInSubdir = true
theme = "slim"
enableMissingTranslationPlaceholders = true
[permalinks]
articles = "/:year/:month/:title/"
[languages]
[languages.fr]
title = "Le journal de Jibec"
contentDir = "content/fr"
LanguageName = "Français"
weight = 10
[[languages.fr.menu.main]]
name = "À propos"
identifier = "contact"
url = "contact/a_propos/"
[[languages.fr.menu.main]]
name = "Flux RSS"
identifier = "rss"
url = "index.xml"
[[languages.fr.menu.main]]
name = "Mes articles"
identifier = "articles"
url = "articles/"
[languages.en]
title = "The Jibec journal"
contentDir = "content/en"
LanguageName = "English"
weight = 20
[[languages.en.menu.main]]
name = "About"
identifier = "contact"
url = "contact/a_propos/"
[[languages.en.menu.main]]
name = "RSS feed"
identifier = "rss"
url = "index.xml"
[[languages.en.menu.main]]
name = "My articles"
identifier = "articles"
url = "articles/"