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. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8ce3e8c..7f1079c 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,6 @@ all: public public: hugo - cp simple.css/simple.css public/style.css debug: hugo server -- cgit v1.3.1