From c025b423e24203a789165982721473b5841f9c01 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 11 Jun 2026 20:07:37 +0200 Subject: Fix CSS and switch to local copy of simple.css Somehow this stopped working. Handling this with a local copy instead of a Git submodule is anyway easier. Thus this commit fixes it with a switch to a local copy. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9fdca7a..f8b95b0 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ all: public public: mkdir -p public hugo -D + cp simple.css/simple.css public/style.css debug: hugo server -D -- cgit v1.3.1