diff --git a/content/blog/hello-world.md b/content/blog/hello-world.md index d20c08b..b79aeb7 100644 --- a/content/blog/hello-world.md +++ b/content/blog/hello-world.md @@ -3,6 +3,7 @@ title: "Hello World" date: "2026-06-25" description: "Welcome to my blog — a space for thoughts on code, design, and building things on the web." tags: ["meta", "personal"] +image: "/images/blog/hello.jpg" published: true --- diff --git a/public/images/blog/hello.jpg b/public/images/blog/hello.jpg new file mode 100644 index 0000000..38b97dc Binary files /dev/null and b/public/images/blog/hello.jpg differ