title:
About

About This Example

This example demonstrates the file-based workflow for vt-ssg:

  1. Author your pages as .md files with YAML frontmatter
  2. Use readFile from std/utils to load them at build time
  3. Pass the markdown strings to renderToFiles() with a shared layout
  4. The rendered HTML is written back into the val via the API

This keeps your content separate from your build logic and layout code, making it easy to add or edit pages without touching TypeScript.