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)"