Hello World
June 22, 2026
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
.mdfile undercontent/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.