-
Notifications
You must be signed in to change notification settings - Fork 47
/
config.toml
79 lines (67 loc) · 1.32 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
baseURL = "https://containersolutions.github.io/runbooks/"
languageCode = "en-us"
title = "Runbooks"
theme = ["hugo-debugprint", "hugo-primer-cs"]
disqusShortname = "runbooks"
enableGitInfo = "true"
[params]
showFooterCredits = false
math = false
[frontmatter]
date = [":git", "lastmod", "date", "publishDate"]
[menu]
[[menu.main]]
name = "Nav Menu"
weight = 10
identifier = "navmenu"
url = "/"
[[menu.main]]
name = "Home"
parent = "navmenu"
weight = 20
identifier = "home"
url = "/"
permalink = "/"
hide = true
[[menu.main]]
name = "Kubernetes"
parent = "navmenu"
weight = 30
identifier = "kubernetes"
url = "/posts/kubernetes/"
permalink = "/posts/kubernetes"
[[menu.main]]
name = "Linux"
parent = "navmenu"
weight = 40
identifier = "linux"
url = "/posts/linux/"
permalink = "/posts/linux"
[[menu.main]]
name = "Networking"
parent = "navmenu"
weight = 50
identifier = "networking"
url = "/posts/networking/"
permalink = "/posts/networking"
[[menu.main]]
name = "Python"
parent = "navmenu"
weight = 60
identifier = "python"
url = "/posts/python/"
permalink = "/posts/python"
[[menu.main]]
name = "How-Tos"
parent = "navmenu"
weight = 70
identifier = "how-to"
url = "/posts/how-to/"
permalink = "/posts/how-to"
[[menu.main]]
name = "Go"
parent = "navmenu"
weight = 80
identifier = "golang"
url = "/posts/golang/"
permalink = "/posts/golang"