Carl Koblavie

Hello, World

Tech ·

This is my first post. To write a new one, drop a Markdown file into src/content/blog/ with frontmatter at the top — that’s it.

Writing is just files

Each post is one .md (or .mdx) file. The bit between the --- lines is frontmatter (metadata); everything below is your post in Markdown.

  • Add a heading with ##
  • Make a link
  • Add **bold** or *italic* text
// You even get syntax-highlighted code blocks for free.
console.log("hello from carlkoblavie.com");

Set draft: true in the frontmatter to keep a post hidden until it’s ready.

← Back to Tech