Files
Ddmt-Blog/posts/2026/05/hello-world.md
2026-05-17 13:53:58 +00:00

687 B

title, date, description, category, tags, pinned, author
title date description category tags pinned author
Hello World 2026-05-13 This is my first blog post, built with Bun + Astro. tech
blog
astro
bun
false ddmt

Welcome

This is the first post on my new blog, built with an exciting modern stack:

  • Bun as the JavaScript runtime
  • Astro as the web framework
  • TailwindCSS for styling
  • Shiki for code highlighting

Code Example

import { defineConfig } from "astro/config";

export default defineConfig({
  site: "https://example.com",
  output: "static",
});

What's Next

Stay tuned for more posts about web development, system design, and open source projects.