You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.4 KiB
YAML

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: "node_modules/bootstrap/dist/css"
target: "assets/_paige/bootstrap"
includeFiles: ["/bootstrap.css"]
- source: "node_modules/bootstrap/dist/js"
target: "assets/_paige/bootstrap"
includeFiles: ["/bootstrap.bundle.js"]
- source: "node_modules/bootstrap/js/dist"
target: "static/_paige/bootstrap"
- source: "node_modules/bootstrap/scss"
target: "assets/_paige/bootstrap"
# Bootstrap Icons
- source: "node_modules/bootstrap-icons/font/fonts"
target: "static/_paige/bootstrap-icons/fonts"
- source: "node_modules/bootstrap-icons/font"
target: "assets/_paige/bootstrap-icons"
includeFiles: ["/bootstrap-icons.css"]
# Katex
- source: "node_modules/katex/contrib/auto-render"
target: "assets/_paige/katex"
includeFiles: ["/auto-render.js"]
- source: "node_modules/katex/dist/fonts"
target: "static/_paige/katex/fonts"
- source: "node_modules/katex/dist"
target: "assets/_paige/katex"
includeFiles: ["/katex.css", "/katex.js"]