From af0434cffbb06727d786e3499f62e9b35ba30843 Mon Sep 17 00:00:00 2001 From: Caleb Braaten Date: Thu, 16 Apr 2026 02:50:05 -0700 Subject: [PATCH] First post boilerplate --- content/2026/04/hello-world.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/2026/04/hello-world.md diff --git a/content/2026/04/hello-world.md b/content/2026/04/hello-world.md new file mode 100644 index 0000000..337af98 --- /dev/null +++ b/content/2026/04/hello-world.md @@ -0,0 +1,9 @@ +--- +title: Hello World +date: 2026-4-16 +tags: [Web Development, TypeScript, Bun] +excerpt: It's finally here. Eventually this will be a real blog post. +draft: true +--- + +This is just some boilerplate for a first post. I just got done testing my CI/CD for this and will probably update this to talk about my blog's architecture.