← All Articles

Hello World

The first post on your new portfolio. Edit or delete it and start writing.

By Your Name2026-01-01less than a minute read
Hello World

Welcome to your new portfolio. This post lives in content/blogs/hello-world.md.

Writing posts

Every file in content/blogs/ is a post. The block at the top (between the --- lines) is the frontmatter. It sets the title, description, date, tags, and cover image. Put post images under public/content/blogs/ and reference them with an absolute path like /content/blogs/your-image.png.

Markdown works

You get headings, bold, italic, lists, inline code, and fenced code blocks:

console.log("edit me in content/blogs/hello-world.md");

Delete this file when you're ready to publish your own writing.