-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
116 lines (103 loc) · 2.65 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
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
baseURL = "https://blog.ztec.fr/"
title = "Chez Zed"
theme = "hugo_theme_ztec"
enableRobotsTXT = true
disable_share = true
Paginate = 99
googleAnalytics = ""
enableGitInfo = true
staticDir = ["assets"]
timeout = "360s"
languageCode = "fr-fr"
DefaultContentLanguage = "fr"
enableEmoji = true
summaryLength = 10
[[menu.main]]
name = "Articles"
url = "/post"
weight = 45
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 50
[[menu.main]]
name = "Réseaux sociaux"
url = "https://www.ztec.fr/social"
weight = 50
[[menu.main]]
name = "Carrière et formation"
url = "https://www.ztec.fr/my-story/"
weight = 80
[[menu.main]]
name = "Qui suis-je ?"
url = "https://www.ztec.fr/qui-suis-je/"
weight = 90
[[menu.footer]]
name = "Qui suis-je ?"
url = "https://www.ztec.fr/qui-suis-je/"
weight = 45
[[menu.footer]]
name = "Website"
url = "https://www.ztec.fr"
weight = 50
[[menu.footer]]
name = "Mentions légales"
url = "https://www.ztec.fr/mentions-legales/"
weight = 60
[sitemap]
changefreq = "daily"
priority = 0.5
filename = "sitemap.xml"
[params]
name = "Loïc Doubinine | Zed"
description = "Développeur, Architecte, DevOps et Site Reliability Engineer"
images = ["graph-logo.jpg"]
custom_css = ["css/blog.css"]
[languages]
[languages.fr]
languageName="Français"
[languages.en]
languageName="English"
title = "Zed's place"
[languages.en.params]
description = "Developer, Architect, DevOps and Site Reliability Engineer"
[[languages.en.menu.main]]
name = "Posts"
url = "/en/post"
weight = 45
[[languages.en.menu.main]]
name = "Tags"
url = "/en/tags/"
weight = 50
[[languages.en.menu.main]]
name = "Socials"
url = "https://www.ztec.fr/en/social/"
weight = 50
[[languages.en.menu.main]]
name = "My story"
url = "https://www.ztec.fr/en/my-story/"
weight = 80
[[languages.en.menu.main]]
name = "Who am I"
url = "https://www.ztec.fr/en/whoami/"
weight = 90
[[languages.en.menu.footer]]
name = "Who am I"
url = "https://www.ztec.fr/en/whoami/"
weight = 45
[[languages.en.menu.footer]]
name = "Website"
url = "https://www.ztec.fr/en/"
weight = 50
[[languages.en.menu.footer]]
name = "Legals"
url = "https://www.ztec.fr/en/legals/"
weight = 60
[permalinks]
quick = "/:year/:month/:slug/"
post = "/:year/:section/:slug/"
sources = "/:sections/:slug/"
[taxonomies]
tag = 'tags'
source = 'sources'
resources = 'resources'