forked from Seth-Landry/cloudflare-docs
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.toml
44 lines (36 loc) · 940 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
44
baseURL = "https://developers.cloudflare.com"
title = "Cloudflare Developers"
languageCode = "en"
DefaultContentLanguage = "en"
disableHugoGeneratorInject = true
enableRobotsTXT = true
disableAliases = true
disableKinds = ["taxonomy", "taxonomyTerm"]
enableEmoji = true
enableGitInfo = true
# TODO
rssLimit = 10
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"
[sitemap]
changefreq = "daily"
filename = "sitemap.xml"
priority = 0.7
[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 = ""