From d2d8873be4c9400d4ef5e11850c0a81aea14560a Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sat, 28 Dec 2024 20:18:42 -0700 Subject: [PATCH] set article draft status as false so that it is ready for 12/31/24 --- content/posts/open-source-work-in-2024.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/open-source-work-in-2024.md b/content/posts/open-source-work-in-2024.md index 526c0e2..88b22ea 100644 --- a/content/posts/open-source-work-in-2024.md +++ b/content/posts/open-source-work-in-2024.md @@ -1,7 +1,7 @@ +++ title = "Review of my open source work in 2024" date = 2024-12-31 -draft = true +draft = false [taxonomies] categories = [ "year in review" ]