Markdown content
Blog posts loaded from Markdown files
This route imports Markdown posts and reads metadata from frontmatter.
Building a lazy module graph
A small note about collecting source files first and evaluating modules only when the route asks for them.
Read postGenerated assets as imports
Images, CSS, and structured files can all become dependency graph modules with runtime values.
Read postRoutes as discovered modules
The router plugin turns the pages directory into a tree that supports layouts, params, slots, and handlers.
Read post