← Back to blog

Hello World

  • #meta
  • #intro

Hello World

Welcome to my blog. This whole site is written in markdown, committed to git, and statically generated with Nuxt.

Why a markdown blog?

  • No database, no CMS — just text files in a repo.
  • Every post is a .md file under content/blog/.
  • Pushing a commit is publishing.

A code sample

function greet(name: string) {
  return `Hello, ${name}!`
}

That's it. Add a new file, write some markdown, commit, and it shows up here.

© 2026 dev-space. Built with Nuxt.