This is the first post on the blog. It's written in Markdown and
converted to HTML during the site build, so writing a new post is just a
matter of dropping a .md file into src/content/blog/.
How it works
- Every file in
src/content/blog/needs atitle,shortcode,date, anddescriptionin its frontmatter. - The
shortcodebecomes the post's URL, e.g./blog/hello-world. - Markdown is parsed into HTML at build time, so no markdown parser ships to the client for the actual conversion step - only the resulting HTML.
More to come.