110 lines
2.0 KiB
TOML
110 lines
2.0 KiB
TOML
[[mounts]]
|
|
source = "config/_default/hyas"
|
|
target = "data"
|
|
|
|
[[mounts]]
|
|
source = "node_modules/@hyas/core/assets"
|
|
target = "assets"
|
|
|
|
[[mounts]]
|
|
source = "node_modules/@hyas/core/layouts"
|
|
target = "layouts"
|
|
|
|
[[mounts]]
|
|
source = "node_modules/@hyas/seo/layouts"
|
|
target = "layouts"
|
|
|
|
[[mounts]]
|
|
source = "node_modules/@hyas/images/assets"
|
|
target = "assets"
|
|
excludeFiles = "/scss/**.scss"
|
|
|
|
[[mounts]]
|
|
source = "node_modules/@hyas/images/layouts"
|
|
target = "layouts"
|
|
|
|
[[mounts]]
|
|
source = "node_modules/@hyas/doks-core/archetypes"
|
|
target = "archetypes"
|
|
|
|
[[mounts]]
|
|
source = "node_modules/@hyas/doks-core/assets"
|
|
target = "assets"
|
|
excludeFiles = ["scss/common/_variables-custom.scss", "scss/common/_custom.scss"]
|
|
|
|
[[mounts]]
|
|
source = "node_modules/@hyas/doks-core/data"
|
|
target = "data"
|
|
|
|
[[mounts]]
|
|
source = "node_modules/@hyas/doks-core/i18n"
|
|
target = "i18n"
|
|
|
|
[[mounts]]
|
|
source = "node_modules/@hyas/doks-core/layouts"
|
|
target = "layouts"
|
|
|
|
[[mounts]]
|
|
source = "node_modules/@hyas/doks-core/static"
|
|
target = "static"
|
|
|
|
[[mounts]]
|
|
source = "node_modules/flexsearch"
|
|
target = "assets/js/vendor/flexsearch"
|
|
|
|
[[mounts]]
|
|
source = "node_modules/katex"
|
|
target = "assets/js/vendor/katex"
|
|
|
|
[[mounts]]
|
|
source = "node_modules/mermaid"
|
|
target = "assets/js/vendor/mermaid"
|
|
|
|
[[mounts]]
|
|
source = "node_modules/@tabler/icons/icons"
|
|
target = "assets/svgs/tabler-icons"
|
|
|
|
[[mounts]]
|
|
source = "assets/svgs"
|
|
target = "assets/svgs"
|
|
|
|
[[mounts]]
|
|
source = "node_modules/@hyas/inline-svg/layouts"
|
|
target = "layouts"
|
|
|
|
[[mounts]]
|
|
source = "themes/my-doks-theme/assets"
|
|
target = "assets"
|
|
|
|
[[mounts]]
|
|
source = "themes/my-doks-theme/layouts"
|
|
target = "layouts"
|
|
|
|
[[mounts]]
|
|
source = "archetypes"
|
|
target = "archetypes"
|
|
|
|
[[mounts]]
|
|
source = "assets"
|
|
target = "assets"
|
|
|
|
[[mounts]]
|
|
source = "content"
|
|
target = "content"
|
|
|
|
[[mounts]]
|
|
source = "data"
|
|
target = "data"
|
|
|
|
[[mounts]]
|
|
source = "i18n"
|
|
target = "i18n"
|
|
|
|
[[mounts]]
|
|
source = "layouts"
|
|
target = "layouts"
|
|
|
|
[[mounts]]
|
|
source = "static"
|
|
target = "static"
|