From 04e6415c0712c44277996a5a968c9d5e9d531929 Mon Sep 17 00:00:00 2001 From: "agausmann@fastmail.com" Date: Thu, 17 Apr 2025 22:48:11 -0500 Subject: [PATCH] clearer justfile --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 904e657..922f4e8 100644 --- a/justfile +++ b/justfile @@ -1,8 +1,8 @@ build: - hugo + hugo build dev: - hugo -DF server + hugo --buildDrafts --buildFuture server publish: build neocities push --prune public