commit a310a46081b87130bdeb0b8183e5a08d706c1a71
parent f44104766701ded1a90fc4d78e0f73fc46b80c58
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date: Sun, 22 Dec 2024 20:27:05 -0800
Add post to test future publishing
Diffstat:
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/content/december-adventure/2024-22/index.md b/content/december-adventure/2024-22/index.md
@@ -0,0 +1,16 @@
+---
+title: "2024, Day 22: Scheduling posts"
+description: "Grettings from the past!"
+date: 2024-12-23T07:59:00-08:00
+draft: false
+---
+
+If I set up everything right, this post should be published on December 23.
+
+I thought I could set up a traditional `cron` job with my webhost, but they
+have their own “Scheduled Tasks” thing. I set that up to rebuild my site
+once per day, which means that posts that are set to be published (or
+expire) in the future should be updated appropriately.
+
+It doesn’t take Hugo a ton of resources to build my site, but I publish so
+infrequently that even daily rebuilds feels... aspirational.