-
Notifications
You must be signed in to change notification settings - Fork 18
/
config.toml
171 lines (150 loc) · 4.63 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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
baseURL = "https://cloudforet.io/"
languageCode = "en-us"
title = "Cloudforet"
theme = "docsy"
# robots.txt
enableRobotsTXT = true
# google analytics
googleAnalytics = "G-VGD2HRSKL3"
# sitemap
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5
# Will give values to .Lastmod etc.
enableGitInfo = true
# Enable Emoji emoticons support for page content
# See https://www.webfx.com/tools/emoji-cheat-sheet/
enableEmoji = true
# Language settings
contentDir = "content/en"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
disableKinds = ["taxonomy", "taxonomyTerm"]
# Useful when translating.
enableMissingTranslationPlaceholders = true
# Highlighting config
pygmentsCodeFences = true
pygmentsUseClasses = false
# Use the new Chroma Go highlighter in Hugo.
pygmentsUseClassic = false
#pygmentsOptions = "linenos=table"
pygmentsStyle = "tango"
[languages]
[languages.en]
languageName ="English"
title = "Cloudforet | Open Source Multi-cloud Management Platform"
contentDir = "content/en"
time_format_default = "02.01.2006"
time_format_blog = "02.01.2006"
# Weight used for sorting.
weight = 1
description = "Manage multi-cloud environments and your all cloud resources & cost in a single platform that offers support for AWS, Azure, Google Cloud, and more."
[languages.ko]
languageName ="한국어"
title = "Cloudforet | 오픈소스 멀티 클라우드 관리 플랫폼"
contentDir = "content/ko"
time_format_default = "2006.01.02"
time_format_blog = "2006.01.02"
weight = 2
description = "멀티 클라우드 환경에서 클라우드 리소스와 비용을 클라우드포레로 관리할 수 있습니다. AWS, Azure, 구글 클라우드, 오라클, 알리바바 등 다양한 클라우드 서비스를 지원합니다."
language_alternatives = ["en"]
[languages.ja]
languageName ="日本語"
contentDir = "content/ja"
weight = 3
language_alternatives = ["en"]
[outputs]
home = [ "HTML" ]
page = [ "HTML" ]
section = [ "HTML", "print" ]
## Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
angledQuotes = false
latexDashes = true
extensions = [
"laxHtmlBlocks",
"hardLineBreak", # newlines result in line breaks
]
# Image processing configuration.
[imaging]
resampleFilter = "CatmullRom"
quality = 75
anchor = "smart"
# Configure how URLs look like per section.
[permalinks]
blog = "/:section/:year/:month/:day/:slug/"
# Options to using html inline markdown
[markup]
defaultMarkdownHandler = 'goldmark'
[markup.goldmark]
[markup.goldmark.extensions]
footnote = true
definitionList = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = false
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "emacs"
tabWidth = 4
[markup.tableOfContents]
endLevel = 2
ordered = false
startLevel = 2
[frontmatter]
date = ["date", ":filename", "publishDate", "lastmod"]
[params]
version_menu = "Versions"
copyright = "Cloudforet Foundation"
#privacy_policy = "https://policies.google.com/privacy"
latest = "v1.12"
#archived_version = true
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo = "https://github.com/cloudforet-io/docs"
body_classes = "georgia bg-near-white"
# Enable Algolia DocSearch
algolia_docsearch = false
# Enable Lunr.js offline search
offlineSearch = true
showedit = true
docsbranch = "master"
currentUrl = "https://cloudforet.io/home/"
# Enable syntax highlighting and copy buttons on code blocks with Prism
prism_syntax_highlighting = false
# Configure url of latest version
# url_latest_version = ""
subtitle = "Cloudforet"
# User interface configuration
[params.ui]
# Enable to show the side bar menu in its compact state.
sidebar_menu_compact = true
sidebar_menu_foldable = true
sidebar_cache_limit = 10
# Set to true to disable breadcrumb navigation.
breadcrumb_disable = false
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
sidebar_search_disable = true
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
navbar_logo = true
# Set to true to disable the About link in the site footer
footer_about_disable = true
[[params.versions]]
fullversion = "v1.12"
version = "v1.12 (stable)"
githubbranch = "release-1.12.0"
docsbranch = "master"
# Set master version url
url = "/"