forked from libremfg/rhize-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
43 lines (36 loc) · 950 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
36
37
38
39
40
41
42
43
canonifyURLs = true
languageCode = "en-us"
theme = "hugo-docs"
disableKinds = ["taxonomy"]
ignoreErrors = ["error-disable-taxonomy"]
[markup.goldmark.renderer]
unsafe = true
[security]
enableInlineShortcodes = false
[security.exec]
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$']
osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$']
[security.funcs]
getenv = ['^HUGO_','VERSION','CURRENT_VERSION','CANONICAL_PATH','CURRENT_BRANCH','DGRAPH_ENDPOINT']
[security.http]
methods = ['(?i)GET|POST']
urls = ['.*']
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "vs"
tabWidth = 4
[markup.tableOfContents]
endLevel = 4
ordered = false
startLevel = 2
# set by build script: title, baseurl
title = "Libre Baas Documentation"
[params]
discourse = "https://discuss.librebaas.io/"
site = "librebaas-docs"