From e352d8ea1b5475628b49cb3553c949a774297bd3 Mon Sep 17 00:00:00 2001 From: CryingSurrogate Date: Wed, 24 Jun 2026 16:51:32 +0300 Subject: [PATCH] chore: delete test placeholder --- content/posts/hello.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 content/posts/hello.md diff --git a/content/posts/hello.md b/content/posts/hello.md deleted file mode 100644 index d6e7774..0000000 --- a/content/posts/hello.md +++ /dev/null @@ -1,16 +0,0 @@ -# Hello World - -2026-06-24 - -This is the first post on the blog. It uses **markdown** rendered via goldmark. - -## Code blocks work too - -```go -func main() { - println("controlled chaos") -} -``` - -- Bullet lists -- More bullets