From b5eeb887af6b02e4b168827d3643bfaff4118ce0 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 21 Jul 2026 21:16:08 +0200 Subject: Do not build drafts --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 12045f7..8ce3e8c 100644 --- a/Makefile +++ b/Makefile @@ -4,11 +4,11 @@ DESTDIR := artifacts all: public public: - hugo -D + hugo cp simple.css/simple.css public/style.css debug: - hugo server -D + hugo server clean: rm -rf artifacts -- cgit v1.3.1