Convert config.toml to config.yaml

This commit is contained in:
Will Faught
2023-02-21 17:42:48 -08:00
parent 24be3b3230
commit 80abfc9189
2 changed files with 46 additions and 80 deletions

46
config.yaml Normal file
View File

@@ -0,0 +1,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: "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: "static/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"]