forked from cloudflare/cloudflare-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
57 lines (47 loc) · 1.18 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
baseURL = "https://developers.cloudflare.com"
title = "Cloudflare Docs"
languageCode = "en"
DefaultContentLanguage = "en"
disableHugoGeneratorInject = true
enableRobotsTXT = false
summaryLength = 30
disableAliases = true
disableKinds = ["taxonomy", "taxonomyTerm"]
enableEmoji = true
enableGitInfo = true
paginate = 12 # default 10
paginatePath = "page" # default
# Coveo is a search solution - the following read-only token is used from the frontend to execute search queries
[params.coveo]
org = "cloudflareproduction7iy98g48"
token = "xx2b20a6dc-ce86-41cb-ad18-90bd2568dcdb"
tutorial_token = "xxa5a7d4c9-db72-424d-860d-ae68ff7f60ac"
[outputs]
home = ['html']
page = ['html']
section = ['html']
[sitemap]
changefreq = "weekly"
filename = "sitemap.xml"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
tabWidth = 2
style = "github"
codeFences = true
guessSyntax = true
lineNumbersInTable = true
noClasses = false
lineNoStart = 1
lineNos = false
hl_Lines = ""
[security]
[security.funcs]
getenv = ['^HUGO_', '^CI$', '^CF_PAGES_BRANCH$']
[build]
noJSConfigInAssets = true
[caches]
[caches.getjson]
maxAge = "24h"