From 870954ff63f842246fb852a0cd4db5a42786fceb Mon Sep 17 00:00:00 2001 From: Hawarth Date: Thu, 26 Feb 2026 11:18:01 +0100 Subject: chore: remove unused blog post file compilation Removed an unused, unpublished, and empty blog post file from the compilation process. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 222c3f7..613eb5e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,3 @@ all: pandoc --standalone index.md -o index.html --metadata title=Hawarth pandoc --standalone blog/index.md -o blog/index.html --metadata title="Hawarth's Blog" - pandoc --standalone blog/openbsd_as_a_dev_server_part_1.md -o blog/openbsd_as_a_dev_server_part_1.html --metadata title="OpenBSD as a Dev Server - Part 1" -- cgit v1.2.3