-
Notifications
You must be signed in to change notification settings - Fork 26
/
hugo.toml
99 lines (76 loc) · 2.09 KB
/
hugo.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
baseURL = "/"
title = "R3 Documentation"
theme = ['doks']
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
contentDir = "content/"
pluralizeListTitles = false
uglyurls = true
refLinksErrorLevel = "error"
disableKinds = ["taxonomy", "term"]
# See https://help.farbox.com/pygments.html
pygmentsCodeFences = true
pygmentsUseClasses = false
pygmentsStyle = "emacs"
# See https://gohugo.io/variables/git/
enableGitInfo = true
# See https://gohugo.io/getting-started/configuration-markup#highlight
[markup]
[markup.highlight]
style = "tango"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[permalinks]
blog = "/blog/:section/:year/:month/:day/:slug/"
# Any params set in here override the ones above for that particular site (one site = one lang)
[languages]
#[languages.en]
#description = "R3 Documentation"
#languageName = "English"
# Weight used for sorting
#weight = 10
#
#[languages.fr]
#contentDir = "content/fr"
#languageName = "Français"
#weight = 20
#language_alternatives = ["en"]
#
#[languages.de]
#contentDir = "content/de"
#languageName = "Deutsch"
#weight = 30
#language_alternatives = ["en"]
[params]
github_repository = "https://github.com/corda/corda-docs-portal/"
twitter = "cordablockchain"
slack = "https://slack.corda.net/"
github = "corda"
stackoverflow = "corda"
default_tab = "java"
ogimage = "/images/png/corda.png"
algolia_appId = "UX2KMUWFAL"
algolia_apiKey = "13899c736a29194607e3e62b88fa6460"
algolia_index = "crawler_docs.r3.com_docsearch"
# Google Tag Manager code setup
googleTagManagerID = "G-NCYRYSGJ7C"
# See https://gohugo.io/templates/internal/#google-analytics
# googleAnalytics = "283616090"
[module]
[[module.mounts]]
source = "node_modules/flexsearch"
target = "assets/js/vendor/flexsearch"
[[module.mounts]]
source = "node_modules/katex"
target = "assets/js/vendor/katex"
[[module.mounts]]
source = 'content/en'
target = 'content/en'
excludeFiles = ['archived-docs/**']
[[module.mounts]]
source = 'content/en'
target = 'content/en'
excludeFiles = ['interop-raw/**']
[frontmatter]
publishDate = [':git']