chore(snix): format TOML files
Change-Id: I4c5bf0a378c69a2a22097000583b1abcee089190 Reviewed-on: https://cl.snix.dev/c/snix/+/30602 Tested-by: besadii Autosubmit: Florian Klink <flokli@flokli.de> Reviewed-by: Yureka <snix@yuka.dev>
This commit is contained in:
parent
fa2ea97ef3
commit
90eabc9ae0
26 changed files with 413 additions and 334 deletions
|
|
@ -1,87 +1,87 @@
|
|||
# mounts
|
||||
## archetypes
|
||||
[[mounts]]
|
||||
source = "node_modules/@thulite/doks-core/archetypes"
|
||||
target = "archetypes"
|
||||
source = "node_modules/@thulite/doks-core/archetypes"
|
||||
target = "archetypes"
|
||||
|
||||
[[mounts]]
|
||||
source = "archetypes"
|
||||
target = "archetypes"
|
||||
source = "archetypes"
|
||||
target = "archetypes"
|
||||
|
||||
## assets
|
||||
[[mounts]]
|
||||
source = "node_modules/@thulite/core/assets"
|
||||
target = "assets"
|
||||
source = "node_modules/@thulite/core/assets"
|
||||
target = "assets"
|
||||
|
||||
[[mounts]]
|
||||
source = "node_modules/@thulite/images/assets"
|
||||
target = "assets"
|
||||
source = "node_modules/@thulite/images/assets"
|
||||
target = "assets"
|
||||
|
||||
[[mounts]]
|
||||
source = "node_modules/@thulite/doks-core/assets"
|
||||
target = "assets"
|
||||
source = "node_modules/@thulite/doks-core/assets"
|
||||
target = "assets"
|
||||
|
||||
[[mounts]]
|
||||
source = "node_modules/@tabler/icons/icons"
|
||||
target = "assets/svgs/tabler-icons"
|
||||
source = "node_modules/@tabler/icons/icons"
|
||||
target = "assets/svgs/tabler-icons"
|
||||
|
||||
[[mounts]]
|
||||
source = "assets"
|
||||
target = "assets"
|
||||
source = "assets"
|
||||
target = "assets"
|
||||
|
||||
## content
|
||||
[[mounts]]
|
||||
source = "content"
|
||||
target = "content"
|
||||
source = "content"
|
||||
target = "content"
|
||||
|
||||
## data
|
||||
[[mounts]]
|
||||
source = "node_modules/@thulite/doks-core/data"
|
||||
target = "data"
|
||||
source = "node_modules/@thulite/doks-core/data"
|
||||
target = "data"
|
||||
|
||||
[[mounts]]
|
||||
source = "data"
|
||||
target = "data"
|
||||
source = "data"
|
||||
target = "data"
|
||||
|
||||
## i18n
|
||||
[[mounts]]
|
||||
source = "node_modules/@thulite/doks-core/i18n"
|
||||
target = "i18n"
|
||||
source = "node_modules/@thulite/doks-core/i18n"
|
||||
target = "i18n"
|
||||
|
||||
[[mounts]]
|
||||
source = "i18n"
|
||||
target = "i18n"
|
||||
source = "i18n"
|
||||
target = "i18n"
|
||||
|
||||
## layouts
|
||||
[[mounts]]
|
||||
source = "node_modules/@thulite/core/layouts"
|
||||
target = "layouts"
|
||||
source = "node_modules/@thulite/core/layouts"
|
||||
target = "layouts"
|
||||
|
||||
[[mounts]]
|
||||
source = "node_modules/@thulite/seo/layouts"
|
||||
target = "layouts"
|
||||
source = "node_modules/@thulite/seo/layouts"
|
||||
target = "layouts"
|
||||
|
||||
[[mounts]]
|
||||
source = "node_modules/@thulite/images/layouts"
|
||||
target = "layouts"
|
||||
source = "node_modules/@thulite/images/layouts"
|
||||
target = "layouts"
|
||||
|
||||
[[mounts]]
|
||||
source = "node_modules/@thulite/doks-core/layouts"
|
||||
target = "layouts"
|
||||
source = "node_modules/@thulite/doks-core/layouts"
|
||||
target = "layouts"
|
||||
|
||||
[[mounts]]
|
||||
source = "node_modules/@thulite/inline-svg/layouts"
|
||||
target = "layouts"
|
||||
source = "node_modules/@thulite/inline-svg/layouts"
|
||||
target = "layouts"
|
||||
|
||||
[[mounts]]
|
||||
source = "layouts"
|
||||
target = "layouts"
|
||||
source = "layouts"
|
||||
target = "layouts"
|
||||
|
||||
## static
|
||||
[[mounts]]
|
||||
source = "node_modules/@thulite/doks-core/static"
|
||||
target = "static"
|
||||
source = "node_modules/@thulite/doks-core/static"
|
||||
target = "static"
|
||||
|
||||
[[mounts]]
|
||||
source = "static"
|
||||
target = "static"
|
||||
source = "static"
|
||||
target = "static"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue