Hello World: Start Blogging with Markdown

A quick guide to publish SEO-friendly blog posts using Markdown in this project.

Welcome! This is a sample post written in Markdown. You can edit or duplicate this file to publish new posts.

Why Markdown

How to add a new post

  1. Create a new file under src/content/blog/en/ (or your locale directory).
  2. Copy the frontmatter above and update title, description, slug, and date.
  3. Write your content below the frontmatter.

Tip: Set draft: true in the frontmatter to hide the post.

draft: true