VitePress Config and Plugins

Customize VitePress with theme extensions and build-time plugins.

This template wraps VitePress with custom config. The site generator runs before VitePress builds.

Theme Extension

The theme extends the default VitePress theme. Custom layouts, components, and layouts live in .vitepress/theme/.

Dynamic Routes

Pages are generated from site definitions. The [slug] route handles docs, blog, taxonomy, and standard pages.

Build Pipeline

Generate content → VitePress build → static output. No runtime server needed for content.