Framework Config: Added /srv/dev/hugo/wiki as a Hugo Module Mount & Generalized include.html to handle any /srv/ path by mapping it to the virtual assets directory.

This commit is contained in:
2026-04-12 06:35:01 +00:00
parent d834694a38
commit d9b7aa88d0
2 changed files with 8 additions and 2 deletions

View File

@@ -43,12 +43,18 @@ enableGitInfo = true
[[module.mounts]]
source = "/srv/docs/private"
target = "content/private"
[[module.mounts]]
source = "/srv/docs/public/projects/hugo"
target = "content/public/projects/hugo"
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "/srv/configs"
target = "assets/configs"
[[module.mounts]]
source = "/srv/dev/hugo/wiki"
target = "assets/dev/hugo/wiki"
[security]
[security.funcs]