portails/config/_default/module.toml

110 lines
2.0 KiB
TOML
Raw Normal View History

2023-04-18 15:10:33 +02:00
[[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"
2023-06-09 19:17:11 +02:00
[[mounts]]
source = "node_modules/@hyas/images/assets"
target = "assets"
excludeFiles = "/scss/**.scss"
2023-04-18 15:10:33 +02:00
[[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"
2023-09-15 12:42:03 +02:00
excludeFiles = ["scss/common/_variables-custom.scss", "scss/common/_custom.scss"]
2023-04-18 15:10:33 +02:00
[[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"
2023-05-23 14:55:30 +02:00
[[mounts]]
source = "node_modules/@tabler/icons/icons"
target = "assets/svgs/tabler-icons"
[[mounts]]
2023-06-09 19:17:11 +02:00
source = "assets/svgs"
target = "assets/svgs"
[[mounts]]
source = "node_modules/@hyas/inline-svg/layouts"
2023-05-23 14:55:30 +02:00
target = "layouts"
2023-09-08 17:51:40 +02:00
[[mounts]]
2023-09-13 12:32:53 +02:00
source = "themes/my-doks-theme/assets"
target = "assets"
[[mounts]]
source = "themes/my-doks-theme/layouts"
2023-09-08 17:51:40 +02:00
target = "layouts"
2023-04-18 15:10:33 +02:00
[[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"