From 2443a2ee4bef3dad67432025b7efce1a748afaa8 Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Thu, 12 Feb 2026 15:38:07 -0500 Subject: [PATCH] removed dummy post --- content/posts/first-post.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 content/posts/first-post.md diff --git a/content/posts/first-post.md b/content/posts/first-post.md deleted file mode 100644 index d0a14de..0000000 --- a/content/posts/first-post.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: "My First Blog Post" -date: 2026-02-12T13:30:00-05:00 -draft: false -tags: ["hello", "blog"] ---- - -# Welcome to My Blog - -This is my first blog post on my new Hugo site. - -I plan to write about: -- Web development -- Linux and containers -- Personal projects -- Other tech topics - -Stay tuned for more content! - -## Markdown Example - -This post is written in Markdown, which Hugo renders beautifully. - -You can use **bold**, *italic*, and `inline code`. - -```javascript -console.log("Hello, world!"); -``` - -> Blockquotes work too. - -- List item 1 -- List item 2 - -1. Numbered list -2. Another item \ No newline at end of file