← Back

Hello world

This is a test blog note. Each post lives as a markdown file in src/content/blog/, so writing a new one is just adding a .md file.

Writing posts

You can use normal markdown: bold, italic, links, lists, and code:

console.log("hello from hekecc.com");
  • Add a file like src/content/blog/my-post.md
  • Give it a title and date in the frontmatter
  • It shows up on the home page automatically

That’s the whole workflow.