Hello, World
This is the first paragraph and it will be shown as the preview on the blog index
because it appears before the <!-- more --> marker below.
Hello, World
Welcome to the example blog post. Blog posts live in content/blog/<slug>/ and
must contain both index.md (English) and index.de.md (German). The directory
name is the URL slug - this post is reachable at /blog/hello-world.
The TOML frontmatter is parsed by MdReader in src/md_reader.rs and the body is
rendered to HTML with markdown-rs at server startup, cached in a OnceLock.
Add your own posts by creating new directories under content/blog/ and removing
this example.