let's try with dotawo !publish!
This commit is contained in:
parent
342c9fa025
commit
b022459b55
1 changed files with 25 additions and 0 deletions
25
config.toml
25
config.toml
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue