~dricottone/blog

bbdf9c0bc025562e1960b0e05426fa4b24bf9ffe — Dominic Ricottone 10 months ago 66f8cf1
Quick fixes

Marked new post as not a draft.

Fixed order of Makefile recipe prerequisites.
2 files changed, 2 insertions(+), 2 deletions(-)

M Makefile
M content/posts/cleaning_up.md
M Makefile => Makefile +1 -1
@@ 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:

M content/posts/cleaning_up.md => content/posts/cleaning_up.md +1 -1
@@ 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.