-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfig.yaml
110 lines (108 loc) · 2.4 KB
/
config.yaml
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
baseURL: /
title: TKEStack
enableRobotsTXT: true
theme:
- docsy
enableGitInfo: true
contentDir: content/en
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
enableMissingTranslationPlaceholders: true
disableKinds:
- taxonomy
- taxonomyTerm
pygmentsCodeFences: true
pygmentsUseClasses: false
pygmentsUseClassic: false
pygmentsStyle: tango
permalinks:
blog: "/:section/:year/:month/:day/:slug/"
blackfriday:
plainIDAnchors: true
hrefTargetBlank: true
angledQuotes: false
latexDashes: true
imaging:
resampleFilter: CatmullRom
quality: 75
anchor: smart
languages:
en:
title: Tkestack
description: Production-Grade Multi-Cluster Management System
languageName: English
weight: 1
contentDir: content/en
zh:
title: Tkestack
description: 生产级别多集群管理系统
languageName: 中文 Chinese
weight: 2
contentDir: content/zh
languagedirection: ltr
params:
time_format_blog: 2006.01.02
language_alternatives:
- en
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: tango
outputs:
section:
- HTML
- print
params:
copyright: The TKEStack Authors
version_menu: Releases
archived_version: false
version: "0.0"
github_repo: "https://github.com/tkestack/web"
algolia_docsearch: false
offlineSearch: false
prism_syntax_highlighting: false
ui:
sidebar_menu_compact: false
breadcrumb_disable: false
sidebar_search_disable: false
navbar_logo: false
footer_about_disable: ture
# feedback:
# enable: true
# "yes": >-
# Glad to hear it! Please <a
# href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we
# can improve</a>.
# "no": >-
# Sorry to hear that. Please <a
# href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we
# can improve</a>.
readingtime:
enable: false
links:
developer:
- name: GitHub
url: "https://github.com/tkestack/tke"
icon: fab fa-github
desc: Development takes place here!
# Site menus
menu:
main:
# - name: About
# url: /about/
# weight: 1
- name: Docs
url: /docs/
identifier: docs
weight: 2
# - name: Showcase
# url: /showcase/
# weight: 3
- name: Blog
url: /blog/
weight: 4
# - name: Community
# url: /community/
# weight: 5