-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yml
91 lines (78 loc) · 2.61 KB
/
hugo.yml
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
baseurl: "https://victorious-field-0a3116c10.3.azurestaticapps.net/"
title: Modus Docs Theme for Hugo
languageCode: en-US
locale: en-US
enableInlineShortcodes: true
# enableGitInfo: true # Needed to show Last updated date on pages
# googleAnalytics: "G-MEASUREMENT_ID" # Optional - Google Analytics tracking ID
params:
title: Modus Docs Theme for Hugo
author: "Trimble"
copyrightHolder: "Trimble Inc."
GitHubRepo: "https://github.com/trimble-oss/modus-docs-hugo-theme"
# googleSiteVerification: "" # Optional - Google Search Console verification code
themeColor: "#005f9e" # Optional - Theme color for mobile browsers
expandAllAccordions: true # Optional - Expand all accordions on page load
# disableThemeToggle: true # Optional - Disable theme toggle button
RemoveSearch: false # Optional - Remove search functionality
disableKinds: ["sitemap", "taxonomy", "RSS"]
pygmentsUseClasses: true
outputs:
home: ["HTML", "JSON"]
# https://gohugo.io/about/hugo-and-gdpr/#all-privacy-settings
privacy:
googleAnalytics:
anonymizeIP: true
twitter:
enableDNT: true
youtube:
privacyEnhanced: true
module:
mounts:
- source: static
target: static
- source: node_modules/@trimble-oss/modus-bootstrap/dist/css/modus-bootstrap.min.css
target: static/css/modus-bootstrap.min.css
- source: node_modules/@trimble-oss/modus-bootstrap/dist/css/modus-bootstrap.min.css.map
target: static/css/modus-bootstrap.min.css.map
- source: node_modules/bootstrap/dist/js/bootstrap.bundle.min.js
target: static/js/bootstrap.bundle.min.js
- source: node_modules/@trimble-oss/modus-icons/dist/modus-solid/sprites/modus-icons.svg
target: static/modus-solid-icons.svg
- source: node_modules/@trimble-oss/modus-icons/dist/transportation/sprites/modus-icons.svg
target: static/modus-icons.svg
- source: node_modules/@trimble-oss/modus-icons/dist/modus-outlined/fonts/
target: static/fonts/
# https://gohugo.io/getting-started/configuration-markup/#goldmark
markup:
goldmark:
extensions:
definitionList: true
footnote: true
linkify: true
strikethrough: true
table: true
taskList: true
typographer: true
parser:
attribute:
block: true
title: true
autoHeadingID: true
renderer:
unsafe: true
highlight:
noClasses: false
codeFences: true
style: monokai
# https://gohugo.io/getting-started/configuration/#configure-minify
minify:
minifyOutput: true
tdewolff:
html:
keepEndTags: false
keepWhitespace: true
js:
keepVarNames: true
xml:
keepWhitespace: true