example of replacement
directive for local development
This commit is contained in:
parent
e6aa9380af
commit
93527dd2ee
1 changed files with 23 additions and 24 deletions
|
@ -26,6 +26,8 @@ disableKinds = ["RSS", "sitemap"]
|
||||||
startLevel = 1
|
startLevel = 1
|
||||||
|
|
||||||
[module]
|
[module]
|
||||||
|
# replacement allow for easier local development
|
||||||
|
# replacements = "git.sandpoints.org/Drawwell/SandpointsTheme -> /home/m/devel/SandpointsTheme"
|
||||||
[[module.imports]]
|
[[module.imports]]
|
||||||
path = "git.sandpoints.org/Drawwell/SandpointsTheme"
|
path = "git.sandpoints.org/Drawwell/SandpointsTheme"
|
||||||
# [[module.imports.mounts]]
|
# [[module.imports.mounts]]
|
||||||
|
@ -44,11 +46,8 @@ disableKinds = ["RSS", "sitemap"]
|
||||||
# source = "data"
|
# source = "data"
|
||||||
# target = "data"
|
# target = "data"
|
||||||
# [[module.imports.mounts]]
|
# [[module.imports.mounts]]
|
||||||
# source = "customizations/RaceCriticalTheories/assets/css/site.css"
|
# source = "customizations/Dotawo/assets/css/site.css"
|
||||||
# target = "assets/css/site.css"
|
# target = "assets/css/site.css"
|
||||||
# [[module.imports.mounts]]
|
# [[module.imports.mounts]]
|
||||||
# source = "customizations/RaceCriticalTheories/static/css/site.min.css"
|
# source = "customizations/Dotawo/static/css/site.min.css"
|
||||||
# target = "static/css/site.min.css"
|
# target = "static/css/site.min.css"
|
||||||
# [[module.imports.mounts]]
|
|
||||||
# source = "customizations/RaceCriticalTheories/layouts/partials/header.html"
|
|
||||||
# target = "layouts/partials/header.html"
|
|
Loading…
Add table
Reference in a new issue