From bbdf9c0bc025562e1960b0e05426fa4b24bf9ffe Mon Sep 17 00:00:00 2001 From: Dominic Ricottone Date: Sat, 11 Nov 2023 21:25:13 +0000 Subject: [PATCH] Quick fixes Marked new post as not a draft. Fixed order of Makefile recipe prerequisites. --- Makefile | 2 +- content/posts/cleaning_up.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 71b8c3a..c178aa9 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ layouts/partials/openring.html: PREGEN_HTML=static/files/dominic-ricottone.pdf static/files/dominic-ricottone.html layouts/partials/bsky.html layouts/partials/lastfm.html layouts/partials/openring.html -build: $(PREGEN_HTML) clean +build: clean $(PREGEN_HTML) hugo check: diff --git a/content/posts/cleaning_up.md b/content/posts/cleaning_up.md index ff96926..7b0b85b 100644 --- a/content/posts/cleaning_up.md +++ b/content/posts/cleaning_up.md @@ -1,7 +1,7 @@ --- title: Cleaning Up date: "2023-11-11T20:22:52+00:00" -draft: true +draft: false --- I've restructured the way permalinks are generated. -- 2.43.4