diff options
| author | xengineering <me@xengineering.eu> | 2026-07-21 21:16:08 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-07-21 21:16:08 +0200 |
| commit | b5eeb887af6b02e4b168827d3643bfaff4118ce0 (patch) | |
| tree | 5203197feca117c1a3a9ad3326fa288aacd97150 | |
| parent | 33545b71f5dedc4a29fdc2e0c2118e070db30b0a (diff) | |
| download | website-b5eeb887af6b02e4b168827d3643bfaff4118ce0.tar website-b5eeb887af6b02e4b168827d3643bfaff4118ce0.tar.zst website-b5eeb887af6b02e4b168827d3643bfaff4118ce0.zip | |
Do not build drafts
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
