-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathhugo.yml
91 lines (84 loc) · 2.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
languageCode: "en-US"
title: "Modus Icons"
baseURL: "https://modus-icons.trimble.com/"
enableInlineShortcodes: true
enableRobotsTXT: true
metaDataFormat: "yaml"
disableKinds: ["taxonomy", "term", "RSS"]
publishDir: "_site"
security:
enableInlineShortcodes: true
funcs:
getenv:
- ^HUGO_
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
module:
mounts:
- source: docs/assets
target: assets
- source: docs/content
target: content
- source: docs/content-pages
target: content
- source: docs/data
target: data
- source: docs/layouts
target: layouts
- source: docs/static
target: static
- source: docs/static/favicon.ico
target: static/favicon.ico
- source: dist
target: static
- source: dist/modus-outlined/sprites/modus-icons.svg
target: static/modus-outlined-icons.svg
- source: dist/modus-solid/sprites/modus-icons.svg
target: static/modus-solid-icons.svg
- source: dist/transportation/sprites/modus-icons.svg
target: static/transportation-icons.svg
- source: dist/field-systems/sprites/modus-icons.svg
target: static/field-systems-icons.svg
- source: dist/modus-solid/fonts/
target: static/fonts/
- source: node_modules/bootstrap/dist/js/bootstrap.bundle.min.js
target: assets/js/vendor/bootstrap.bundle.min.js
- source: node_modules/clipboard/dist/clipboard.min.js
target: assets/js/vendor/clipboard.min.js
params:
description: "SVG icon library for Modus"
version: "1.16.0"
main: "https://modus.trimble.com"
github_org: "https://github.com/trimble-oss"
repo: "https://github.com/trimble-oss/modus-icons"
trimble_insights_key: "stP0oRfZPt6GLobwfavo9qgV0yKtChK2AWVtnsw9" #gitleaks:allow
menu:
icons:
- name: Modus Solid
url: "/modus-solid/"
weight: 1
- name: Modus Outlined
url: "/modus-outlined/"
post: "<div class='border-bottom w-100'></div>"
weight: 2
- name: Transportation
url: "/transportation/"
pre: "<div class='h5 ms-3 mt-3 opacity-50'>Trimble Sectors</div>"
weight: 3
- name: Field Systems
url: "/field-systems/"
weight: 4
# https://gohugo.io/getting-started/configuration/#configure-minify
minify:
minifyOutput: true
tdewolff:
html:
keepWhitespace: true
js:
keepVarNames: true
xml:
keepWhitespace: true