let's try with dotawo !publish!

This commit is contained in:
w 2023-08-04 14:27:36 +02:00
parent 342c9fa025
commit b022459b55

View file

@ -95,6 +95,31 @@ target = "content/metadata/_index.md"
# below is the list of imports to get the svelte webapp # below is the list of imports to get the svelte webapp
# which handles editing the website # which handles editing the website
#
[[module.imports.mounts]]
source = "customizations/Dotawo/static/fonts"
target = "static/fonts"
[[module.imports.mounts]]
source = "customizations/Dotawo/assets/css/site.css"
target = "assets/css/site.css"
[[module.imports.mounts]]
source = "customizations/Dotawo/static/css/site.min.css"
target = "static/css/site.min.css"
[[module.imports.mounts]]
source = "customizations/Dotawo/layouts/partials/header.html"
target = "layouts/partials/header.html"
[[module.imports.mounts]]
source = "customizations/Dotawo/layouts/partials/singlebody.html"
target = "layouts/partials/singlebody.html"
[[module.imports.mounts]]
source = "customizations/Dotawo/layouts/_default/_markup/render-image.html"
target = "layouts/_default/_markup/render-image.html"
[[module.imports.mounts]]
source = "customizations/Dotawo/layouts/_default/_markup/render-link.html"
target = "layouts/_default/_markup/render-link.html"
# #
[[module.imports]] [[module.imports]]
path = "git.sandpoints.org/Drawwell/SandpointsEditPage" path = "git.sandpoints.org/Drawwell/SandpointsEditPage"