forked from willfaught/paige
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
46 lines (46 loc) · 1.43 KB
/
config.yaml
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
module:
hugoVersion:
min: "0.101.0"
extended: true
mounts:
# Default mounts
- source: "archetypes"
target: "archetypes"
- source: "assets"
target: "assets"
- source: "content"
target: "content"
- source: "data"
target: "data"
- source: "i18n"
target: "i18n"
- source: "layouts"
target: "layouts"
- source: "static"
target: "static"
# Bootstrap
- source: "paige/node_modules/bootstrap/dist/css"
target: "assets/_paige/bootstrap"
includeFiles: ["/bootstrap.css"]
- source: "paige/node_modules/bootstrap/dist/js"
target: "assets/_paige/bootstrap"
includeFiles: ["/bootstrap.bundle.js"]
- source: "paige/node_modules/bootstrap/js/dist"
target: "assets/_paige/bootstrap"
- source: "paige/node_modules/bootstrap/scss"
target: "assets/_paige/bootstrap"
# Bootstrap Icons
- source: "paige/node_modules/bootstrap-icons/font/fonts"
target: "static/_paige/bootstrap-icons/fonts"
- source: "paige/node_modules/bootstrap-icons/font"
target: "assets/_paige/bootstrap-icons"
includeFiles: ["/bootstrap-icons.css"]
# Katex
- source: "paige/node_modules/katex/dist/contrib"
target: "assets/_paige/katex"
includeFiles: ["/auto-render.min.js"]
- source: "paige/node_modules/katex/dist/fonts"
target: "static/_paige/katex/fonts"
- source: "paige/node_modules/katex/dist"
target: "assets/_paige/katex"
includeFiles: ["/katex.min.css", "/katex.min.js"]