-
Notifications
You must be signed in to change notification settings - Fork 105
/
config.toml
56 lines (47 loc) · 1.35 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
baseURL = "https://rh-cloud-experts.netlify.app/experts/"
publishDir = "public/experts"
languageCode = 'en-us'
title = 'Red Hat Cloud Experts Documentation'
theme = "rhds"
DefaultContentLanguage = "en"
disableAliases = true
# as the official Hugo documentation recommends, we turn this off for this
# showcase; this allows the published site to be served by both http and https
canonifyURLs = false
# required for official documentation served from subfolder
relativeURLs = false
enableGitInfo = true
# defaultContentLanguageInSubdir= false
# enableMissingTranslationPlaceholders = false
[outputs]
home = [ "HTML", "RSS", "REDIR" ]
[mediaTypes]
[mediaTypes."text/netlify"]
delimiter = ""
[outputFormats]
[outputFormats.REDIR]
mediatype = "text/netlify"
baseName = "_redirects"
isPlainText = true
notAlternative = true
# Site params
[params]
disableInlineCopyToClipBoard = true
editURL = 'https://github.com/rh-mobb/documentation/edit/main/content/'
# Code highlight configuration
[markup.highlight]
codeFences = true
guessSyntax = true
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "emacs"
tabWidth = 2
[markup]
[markup.goldmark]
[markup.goldmark.parser]
wrapStandAloneImageWithinParagraph = false
[markup.goldmark.renderer]
unsafe = true