From 71cb4e9d2f57820a1bf5b1453400abb3bae61048 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 20 Oct 2024 09:19:56 -0700 Subject: [PATCH] Spell out the arguments to `hugo` in the Makefile for self-documentation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad5ca92..49a5f74 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ NETHACK_LOGFILE_DATA_FILE=data/nethack/logfile/$(HOSTNAME).json site: nethack @echo "Building site" - hugo + hugo --buildDrafts --buildFuture --enableGitInfo deploy: site @echo "Deploying to $(DEPLOY_LOCATION)"