From 8dd28e2a0934f0dc5df6d5ab7f3bdbb5553cf5f6 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 21 Jul 2026 21:19:12 +0200 Subject: 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. --- config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.toml') 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" -- cgit v1.3.1