Use consistent wording
This commit is contained in:
@@ -35,7 +35,7 @@ target = "layouts"
|
|||||||
source = "static"
|
source = "static"
|
||||||
target = "static"
|
target = "static"
|
||||||
|
|
||||||
# Bootstrap
|
# Bootstrap mounts
|
||||||
|
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "paige/node_modules/bootstrap/dist/css"
|
source = "paige/node_modules/bootstrap/dist/css"
|
||||||
@@ -55,7 +55,7 @@ target = "assets/js/paige/bootstrap"
|
|||||||
source = "paige/node_modules/bootstrap/scss"
|
source = "paige/node_modules/bootstrap/scss"
|
||||||
target = "assets/css/paige/bootstrap"
|
target = "assets/css/paige/bootstrap"
|
||||||
|
|
||||||
# Bootstrap Icons
|
# Bootstrap Icons mounts
|
||||||
|
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "paige/node_modules/bootstrap-icons/font/fonts"
|
source = "paige/node_modules/bootstrap-icons/font/fonts"
|
||||||
@@ -66,14 +66,14 @@ source = "paige/node_modules/bootstrap-icons/font"
|
|||||||
target = "assets/css/paige/bootstrap-icons"
|
target = "assets/css/paige/bootstrap-icons"
|
||||||
includefiles = ["bootstrap-icons.css"]
|
includefiles = ["bootstrap-icons.css"]
|
||||||
|
|
||||||
# FlexSearch
|
# FlexSearch mounts
|
||||||
|
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "paige/node_modules/flexsearch/dist"
|
source = "paige/node_modules/flexsearch/dist"
|
||||||
target = "assets/js/paige/flexsearch"
|
target = "assets/js/paige/flexsearch"
|
||||||
includefiles = ["flexsearch.bundle.min.js"]
|
includefiles = ["flexsearch.bundle.min.js"]
|
||||||
|
|
||||||
# Katex
|
# Katex mounts
|
||||||
|
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "paige/node_modules/katex/dist/contrib"
|
source = "paige/node_modules/katex/dist/contrib"
|
||||||
|
Reference in New Issue
Block a user