diff options
| author | xengineering <me@xengineering.eu> | 2026-07-21 21:40:11 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-07-21 21:40:11 +0200 |
| commit | 747b70acae42261465695e6ab1d38e7da645ef7d (patch) | |
| tree | 2bb0a965329365960ec7aba1ca3383ccd8700652 | |
| parent | 5622871907a115c6cb8a360f4f7dd89da8692647 (diff) | |
| download | website-747b70acae42261465695e6ab1d38e7da645ef7d.tar website-747b70acae42261465695e6ab1d38e7da645ef7d.tar.zst website-747b70acae42261465695e6ab1d38e7da645ef7d.zip | |
When using Hugo module mounts the `static` folder needs to be explicitly
mounted.
| -rw-r--r-- | hugo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,5 +10,8 @@ disableKinds = ["taxonomy", "term", "RSS"] ordered = false startLevel = 4 [[module.mounts]] +source = "static" +target = "static" +[[module.mounts]] source = "simple.css/simple.css" target = "static/simple.css" |
