Oskari Silvoniemi

My First Blog Post

This is my first post on the blog. The slug in the frontmatter above (my-first-post) is what sets the URL: this post lives at /blog/my-first-post.

You can write normal Markdown here, and use MDX for JSX if you add custom components later.

What's next

  • Add more posts by creating new .mdx files in content/blog/
  • Set slug, title, and date (and optional description) in each file's frontmatter
  • The slug is the only thing that determines the href for that post