diff --git a/Makefile b/Makefile
index 048b0035..6e655195 100644
--- a/Makefile
+++ b/Makefile
@@ -9,14 +9,20 @@ ifeq ($(origin .RECIPEPREFIX), undefined)
endif
.RECIPEPREFIX = >
-build:
-> rm -rf public/
+build: clean
> hugo
+> make index-pagefind
+
+clean:
+> rm -rf public/
## server: run server locally on port 1313 and open in a browser
server:
> hugo server --buildDrafts
+index-pagefind:
+> npx pagefind --source "public"
+
## help: Print this help message
help:
> @echo
diff --git a/content/about.md b/content/about.md
index 50bb3c78..6056072d 100644
--- a/content/about.md
+++ b/content/about.md
@@ -2,6 +2,7 @@
title: About
weight: -210
disable_comments: true
+hide_date: true
---
I'm a software tinkerer with a passion for infrastructure, tooling, security, and coffee.
diff --git a/public/about/index.html b/public/about/index.html
index b2910570..e9c7a66b 100644
--- a/public/about/index.html
+++ b/public/about/index.html
@@ -10,6 +10,7 @@
+
@@ -82,26 +83,21 @@
About
RSS
- |
-
-
-
-
+
-
+
+
+
About
-
Posted on Jan 1, 0001
+
@@ -115,18 +111,27 @@