-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
45 lines (37 loc) · 1.1 KB
/
hugo.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
baseURL = 'https://install-kubernetes-from-binaries.com/'
title = 'Install Kubernetes from Binaries'
theme = 'hugo-book'
[services]
[services.disqus]
shortname = 'ikfb'
[services.googleAnalytics]
ID = 'G-6MC903TG71'
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 1
# Multi-lingual mode config
# There are different options to translate files
# See https://gohugo.io/content-management/multilingual/#translation-by-filename
# And https://gohugo.io/content-management/multilingual/#translation-by-content-directory
[languages]
[languages.en]
languageName = 'English'
contentDir = 'content.en'
weight = 1
[languages.zh]
languageName = '简体中文'
contentDir = 'content.zh'
title = '二进制安装 K8s'
weight = 2
[sitemap]
changeFreq = ''
disable = false
filename = 'sitemap.xml'
priority = -1
[params]
BookSection = '*'
BookComments = true
BookRepo = 'https://github.com/colinleefish/install-kubernetes-from-binaries'
BookSearch = false