-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
config.toml
35 lines (28 loc) · 908 Bytes
/
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
baseURL = "http://www.tkng.io/"
languageCode = "en-us"
title = "The Kubernetes Networking Guide"
theme = "hugo-theme-learn"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[params]
description = "The Kubernetes Networking Guide"
showVisitedLinks = false
images = ["images/k8s-guide-logo.png"]
disableLanguageSwitchingButton = true
disableMermaid = true
editURL = "https://github.com/networkop/k8s-networking-guide/tree/master/content/"
disableInlineCopyToClipBoard = true
[[menu.shortcuts]]
name = "<i class='fab fa-github'></i> Github repo"
identifier = "ds"
url = "https://github.com/networkop/k8s-networking-guide"
weight = 10
[[menu.shortcuts]]
name = "<i class='fas fa-flask'></i> Lab repo"
identifier = "labs"
url = "https://github.com/networkop/k8s-guide-labs"
weight = 20
[[menu.shortcuts]]
name = "<i class='fas fa-bullhorn'></i> Credits"
url = "/credits"
weight = 30