This project is a ready-to-use VitePress template designed for rapid documentation and content sites. It comes preconfigured with a .pages.yml file for seamless integration with Pages CMS.
- VitePress: Fast, modern static site generator powered by Vite and Vue.
- Pages CMS: Edit your content and configuration visually via the Pages CMS interface, using the
.pages.ymlfile for structure and settings. - Preconfigured Setup: No need for manual configuration—just clone, deploy, and start editing your docs or site content.
- CMS-Friendly: All key content and settings are managed in editable files (Markdown and YAML), making it easy to update via the CMS or directly in your repo.
- Edit Content: Write your documentation or site pages in Markdown under the
docs/directory. - Manage Structure: The
.pages.ymlfile defines navigation, order, and other site settings, all editable via Pages CMS. - Visual Editing: Use Pages CMS to edit your site visually—no coding required for most changes.
- Deploy Anywhere: Host your site on any static hosting platform (GitHub Pages, Vercel, Netlify, etc.).
- Clone this repository
- Run
npm install(orbun installif using Bun) - Start the dev server with
npm run dev - Open Pages CMS and connect your repo to edit content visually
- Save time: Skip boilerplate setup and get straight to writing content
- Empower editors: Let non-technical users manage content via a friendly CMS
- Flexible: Easily extend with VitePress plugins, custom themes, and more