summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-07-21 21:16:08 +0200
committerxengineering <me@xengineering.eu>2026-07-21 21:16:08 +0200
commitb5eeb887af6b02e4b168827d3643bfaff4118ce0 (patch)
tree5203197feca117c1a3a9ad3326fa288aacd97150
parent33545b71f5dedc4a29fdc2e0c2118e070db30b0a (diff)
downloadwebsite-b5eeb887af6b02e4b168827d3643bfaff4118ce0.tar
website-b5eeb887af6b02e4b168827d3643bfaff4118ce0.tar.zst
website-b5eeb887af6b02e4b168827d3643bfaff4118ce0.zip
Do not build drafts
-rw-r--r--Makefile4
1 files 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