-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yml
79 lines (71 loc) · 1.47 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
baseURL: https://fljd.in
theme: fljdin
params:
author: Florent Jardin
rssLimit: 5
pagination:
pagerSize: 5
ignoreLogs:
- "warning-goldmark-raw-html"
permalinks:
posts: /:year/:month/:day/:slug
pages: /:slug
related:
includeNewer: true
threshold: 80
toLower: false
indices:
- name: keywords
weight: 100
- name: tags
weight: 80
- name: categories
weight: 50
- name: date
weight: 10
removePathAccents: true
pygmentsUseClasses: true
# i18n
languageCode: fr
defaultContentLanguage: fr
languages:
fr:
title: "Carnet de découvertes"
languageCode: fr
languageName: Français
contentDir: content/fr
weight: 1
menu:
navigation:
- identifier: talks
title: "Conférences"
url: "/conferences"
weight: 1
- identifier: archives
title: "Archives"
url: "/archives"
weight: 2
- identifier: about
title: "À propos"
url: "/a-propos"
weight: 3
en:
title: "Discovery notebook"
languageCode: en
languageName: English
contentDir: content/en
weight: 2
menu:
navigation:
- identifier: talks
title: "Talks"
url: "/en/talks"
weight: 1
- identifier: archives
title: "Archives"
url: "/en/archives"
weight: 2
- identifier: about
title: "About me"
url: "/en/about"
weight: 3