summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHawarth <hawarth@hawarth.com>2026-02-26 11:18:01 +0100
committerHawarth <hawarth@hawarth.com>2026-02-26 11:18:01 +0100
commit870954ff63f842246fb852a0cd4db5a42786fceb (patch)
tree8908fea9e94db2cb1f5fa84cc5d4da8c042668ef
parent84debeca7ae620e42ecbc841d25159efc88df698 (diff)
downloadsite-870954ff63f842246fb852a0cd4db5a42786fceb.tar.gz
site-870954ff63f842246fb852a0cd4db5a42786fceb.zip
chore: remove unused blog post file compilationHEADtrunk
Removed an unused, unpublished, and empty blog post file from the compilation process.
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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"