-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.yml
243 lines (219 loc) · 5.84 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
baseurl: https://modus-bootstrap.trimble.com/docs/v1/
title: Trimble Modus Bootstrap Developer Guide
languageCode: en-US
locale: en-US
enableInlineShortcodes: true
enableGitInfo: true
params:
title: Modus Bootstrap Developer Guide
description: "The Trimble Modus Bootstrap CSS & JavaScript Framework Developer Guide"
modusBootstrapVersion: "1.6.4"
modusIconsVersion: "1.15.0"
bootstrapVersion: "4.6"
author: "Trimble"
services:
googleAnalytics:
id: G-T2EGGYVY8J
publishdir: "./build/"
disableKinds: ["section", "taxonomy", "term", "sitemap"]
taxonomies:
tag: ""
group: ""
pygmentsUseClasses: true
outputs:
home: ["HTML", "JSON"]
menu:
main:
- name: Getting Started
url: "/getting-started/"
weight: 1
- name: Layout
url: "/layout/"
weight: 2
- name: Foundations
url: "/foundations/typography/"
weight: 3
- name: Components
url: "/components/"
weight: 4
- Name: Utilities
url: "/utilities/borders/"
weight: 5
start:
- name: Getting Started
url: "/getting-started/"
weight: 1
- name: Device Support
url: "/device-support/"
weight: 2
- Name: Changelog
url: "/changelog/"
weight: 3
layout:
- name: Layout
url: "/#"
weight: 1
foundations:
- name: Typography
url: /foundations/typography/
weight: 1
- name: Color Palette
url: /foundations/color-palette/
weight: 2
- name: Shadows & Depth
url: /foundations/shadows-and-depth/
weight: 3
- name: Grid & Spacing
url: /foundations/grid-and-spacing/
weight: 4
- name: Modus Icons
url: "https://modus-icons.trimble.com/"
params:
external: true
weight: 5
- name: Dark Mode Theme
url: /foundations/dark-mode-theme/
weight: 5
components:
- name: Accordions
url: /components/accordions/
- name: Alerts
url: /components/alerts/
- name: Badges
url: /components/badges/
- name: Breadcrumbs
url: /components/breadcrumbs/
- name: Buttons
url: /components/buttons/
# - name: Button Group
# url: /components/button-group/
- name: Cards
url: /components/cards/
- name: Chips
url: /components/chips/
- name: Checkboxes
url: /components/Checkboxes/
- name: Dropdowns
url: /components/dropdowns/
- name: File Upload Dropzone
url: /components/file-upload-dropzone/
- name: Inputs
url: /components/inputs/
- name: Lists
url: /components/lists/
- name: Messages
url: /components/messages/
- name: Modals
url: /components/modals/
- name: Navbar
url: /components/navbar/
- name: Pagination
url: /components/pagination/
- name: Progress Bars
url: /components/progress-bars/
- name: Radio Buttons
url: /components/radio-buttons/
- name: Sliders
url: /components/sliders/
- name: Spinners
url: /components/spinners/
- name: Switches
url: /components/switches/
- name: Tables
url: /components/tables/
- name: Tabs
url: /components/tabs/
- name: Toasts
url: /components/toasts/
- name: Tooltips
url: /components/tooltips/
utilities:
- name: "Borders"
url: /utilities/borders/
- name: Clearfix
url: /utilities/clearfix/
- name: Close Icon
url: /utilities/close-icon/
- name: Display
url: /utilities/display/
- name: Embed
url: /utilities/embed/
- name: Flex
url: /utilities/flex/
- name: Float
url: /utilities/float/
- name: Interactions
url: /utilities/interactions/
- name: Layout
url: /utilities/layout/
- name: Overflow
url: /utilities/overflow/
- name: Position
url: /utilities/position/
- name: Screen Readers
url: /utilities/screen-readers/
- name: Sizing
url: /utilities/sizing/
- name: Padding and Margin
url: /utilities/padding-and-margin/
- name: Text
url: /utilities/text/
- name: Vertical Alignment
url: /utilities/vertical-alignment/
- name: Visibility
url: /utilities/visibility/
module:
mounts:
- source: static/
target: static/
- source: node_modules/@trimble-oss/modus-icons/dist/modus-outlined/fonts/modus-icons.css
target: static/css/modus-icons.css
- source: node_modules/@trimble-oss/modus-icons/dist/modus-outlined/fonts/modus-icons.woff
target: static/css/modus-icons.woff
- source: node_modules/@trimble-oss/modus-icons/dist/modus-outlined/fonts/modus-icons.woff2
target: static/css/modus-icons.woff2
- 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
- source: node_modules/list.js/dist/list.min.js
target: static/js/list.min.js
- source: node_modules/list.js/dist/list.min.js.map
target: static/js/list.min.js.map
- source: node_modules/@trimble-oss/modus-icons/dist/modus-solid/sprites/modus-icons.svg
target: static/modus-solid-icons.svg
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
tableOfContents:
endLevel: 3
startLevel: 2
# https://gohugo.io/getting-started/configuration/#configure-minify
minify:
minifyOutput: true
tdewolff:
html:
keepEndTags: false
keepWhitespace: true
js:
keepVarNames: true
xml:
keepWhitespace: true