-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.toml
61 lines (51 loc) · 1.21 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
baseurl = "https://cekit.io/"
languageCode = "en-us"
title = "CEKit"
theme = "hugo-strata-theme"
paginate = 10
pygmentsUseClasses = true
[params]
name = "CEKit"
description = "Container image creation tool"
date_format = "2006-01-02"
show_read_time = true
custom_js = []
custom_css = ["css/syntax.css", "css/custom.css"]
[params.sidebar]
avatar = "256px.png"
bio = "Container image development and maintenance simplified"
twitter = "cekit_project"
github = "cekit"
copyright = [
"© CEKit team",
"Photo by Samuel Zeller / Unsplash"
]
[params.about]
hide = false
title = "Container image creation tool"
content = "CEKit helps to build container images from image definition files with strong focus on modularity and code reuse."
[params.features]
hide = false
title = "Features"
[params.gettingstarted]
hide = false
title = "Getting started"
[params.recentposts]
hide = false
title = "Recent blog posts"
[[menu.main]]
name = "Home"
url = "/"
weight = 10
[[menu.main]]
name = "Blog"
url = "/blog/"
weight = 20
[[menu.main]]
name = "Docs"
url = "https://docs.cekit.io"
weight = 30
[[menu.main]]
name = "GitHub"
url = "https://github.com/cekit/cekit"
weight = 40