-
Notifications
You must be signed in to change notification settings - Fork 168
/
config.toml
121 lines (97 loc) · 2.51 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
baseURL = "https://camel.apache.org/"
languageCode = "en-us"
title = "Apache Camel"
relativeURLs = true
disablePathToLower = true
staticDir = ["static", "documentation"]
disableKinds = ["taxonomy"]
enableRobotsTXT = true
timeout = 300000
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
autoHeadingIDType = "blackfriday"
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
noClasses = false
[params]
socialProfiles = ["https://twitter.com/ApacheCamel"]
organizationLogo = "https://camel.apache.org/_/img/logo-d.svg"
organizationDescription = "Apache Camel ™ is a versatile open-source integration framework based on known Enterprise Integration Patterns. Camel empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based Fluent API, Spring or Blueprint XML Configuration files, and a Scala DSL."
GitHubUsername = ""
GitHubToken = ""
[security.funcs]
getenv = ['^HUGO_','CAMEL_ENV', 'GITHUB_TOKEN']
[caches]
[caches.getjson]
dir = ":cacheDir/:project"
maxAge = "12h"
[caches.getcsv]
dir = ":cacheDir/:project"
maxAge = "12h"
[sitemap]
filename = "sitemap-website.xml"
[[menu.main]]
name = "Blog"
weight = 2
identifier = "blog"
url = "/blog/"
pre = "img/blog.svg"
[[menu.main]]
name = "Documentation"
identifier = "docs"
weight = 3
url = "/docs/"
pre = "img/documentation.svg"
[[menu.main]]
name = "Community"
identifier = "community"
weight = 4
url = "/community/"
pre = "img/community.svg"
[[menu.main]]
name = "Download"
weight = 5
identifier = "download"
url = "/download/"
pre = "img/download.svg"
[[menu.main]]
name = "Security"
weight = 6
identifier = "security"
url = "/security/"
pre = "img/security.svg"
[module]
[[module.mounts]]
source = "documentation/_/data"
target = "data"
[[module.mounts]]
source = "data"
target = "data"
[related]
includeNewer = false
threshold = 80
toLower = false
[[related.indices]]
name = "categories"
weight = 50
[[related.indices]]
name = "keywords"
weight = 100
[[related.indices]]
name = "authors"
weight = 50
[[related.indices]]
name = "date"
weight = 10
[permalinks]
blog = "blog/:year/:month/:filename/"
[privacy]
[privacy.youtube]
privacyEnhanced = true
[mediaTypes."text/plain"]
suffixes = ["txt"]
[outputFormats.TXT]
mediaType = "text/plain"
isPlainText = true