summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-07-21 21:19:12 +0200
committerxengineering <me@xengineering.eu>2026-07-21 21:19:12 +0200
commit8dd28e2a0934f0dc5df6d5ab7f3bdbb5553cf5f6 (patch)
tree6ef590933c8cb52913d64dd59665e251cba21f22 /config.toml
parentb5eeb887af6b02e4b168827d3643bfaff4118ce0 (diff)
downloadwebsite-8dd28e2a0934f0dc5df6d5ab7f3bdbb5553cf5f6.tar
website-8dd28e2a0934f0dc5df6d5ab7f3bdbb5553cf5f6.tar.zst
website-8dd28e2a0934f0dc5df6d5ab7f3bdbb5553cf5f6.zip
Fix CSS in debugging
This switches to Hugo modules to embed the simple.css file from the repository with the same name to the Hugo site.
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index a7dc594..da61d46 100644
--- a/config.toml
+++ b/config.toml
@@ -9,3 +9,6 @@ disableKinds = ["taxonomy", "term", "RSS"]
endLevel = 6
ordered = false
startLevel = 4
+[[module.mounts]]
+source = "simple.css/simple.css"
+target = "static/simple.css"