-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.yml
148 lines (117 loc) · 4.58 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
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
languageCode: "en-US"
title: "Modus Bootstrap"
baseURL: "https://modus-bootstrap.trimble.com/"
security:
enableInlineShortcodes: true
funcs:
getenv:
- ^HUGO_
- NETLIFY
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
tableOfContents:
startLevel: 2
endLevel: 6
build:
noJSConfigInAssets: true
metaDataFormat: "yaml"
disableKinds: ["taxonomy", "term", "RSS"]
enableGitInfo: true
publishDir: "_site"
outputs:
home: ["HTML", "JSON"]
module:
mounts:
- source: dist
target: static/docs/v2/dist
- source: site/assets
target: assets
- source: site/content
target: content
- source: site/data
target: data
- source: site/static
target: static
- source: site/static/favicon.ico
target: static/favicon.ico
- source: site/static/favicon.svg
target: static/favicon.svg
- source: node_modules/@trimble-oss/modus-docs-hugo-theme/assets/
target: assets
# The main theme CSS and JavaScript
- source: site/layouts/
target: layouts/
- source: site/layouts/partials
target: layouts/partials
- source: node_modules/@trimble-oss/modus-docs-hugo-theme/layouts/partials
target: layouts/partials
# The main theme templates
- source: site/layouts/partials/meta.html
target: layouts/partials/meta.html
- source: node_modules/@trimble-oss/modus-docs-hugo-theme/static/
target: static
# Includes Trimble favicon and JS for theme toggle and search
- source: node_modules/@trimble-oss/modus-docs-hugo-theme/static/fonts/
target: static/fonts/
# Open Sans font
- source: node_modules/@trimble-oss/modus-icons/dist/modus-solid/sprites/modus-icons.svg
target: static/modus-solid-icons.svg
# Modus Icons Solid will be available as an SVG sprite
- source: node_modules/@trimble-oss/modus-icons/dist/modus-outlined/fonts/
target: static/fonts/
# Modus Icons Outlined will be available as web font
- source: node_modules/bootstrap/dist/js/bootstrap.bundle.min.js
target: static/js/bootstrap.bundle.min.js
- source: node_modules/bootstrap/dist/js/bootstrap.bundle.min.js.map
target: static/js/bootstrap.bundle.min.js.map
params:
title: "Modus Bootstrap"
subtitle: "HTML, CSS, and JS library"
description: "HTML, CSS, and JS library"
GitHubRepo: "https://github.com/trimble-oss/modus-bootstrap"
authors: "Trimble"
disableModusBootstrapCSS: true
current_version: "2.0.7"
current_ruby_version: "2.0.7"
docs_version: "v2"
rfs_version: "v10.0.0"
github_org: "https://github.com/trimble-oss"
repo: "https://github.com/trimble-oss/modus-bootstrap"
icons: "https://modus-icons.trimble.com"
social:
twitter: "TrimbleCorpNews"
download:
source: "https://github.com/trimble-oss/modus-bootstrap/releases"
dist: ""
dist_examples: ""
cdn:
# See https://www.srihash.org for info on how to generate the hashes
css: "https://cdn.jsdelivr.net/npm/@trimble-oss/[email protected]/dist/css/modus-bootstrap.min.css"
css_hash: "sha256-DZRCS05ra1uNsJ/16e0/I+d3M6eeSiyjZnp0wx78xQM="
js: "https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
js_hash: "sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy"
js_bundle: "https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
js_bundle_hash: "sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
popper_hash: "sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
popper_esm: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/esm/popper.min.js"
anchors:
min: 2
max: 5
services:
googleAnalytics:
id: G-T2EGGYVY8J
# https://gohugo.io/getting-started/configuration/#configure-minify
minify:
disableJS: true
minifyOutput: true
tdewolff:
html:
keepQuotes: true
keepWhitespace: true
xml:
keepWhitespace: true