This repository contains preconfigured templates for Vault CMS tailored for specific Astro themes and projects.
These presets are designed to be installed using the Vault CMS CLI.
Run the following command in your Astro project root and follow the prompts:
# Using pnpm
pnpm create vault-cms --template template-name
# Using npm
npm create vault-cms --template template-name
# Using yarn
yarn create vault-cms --template template-nameNote: Replace template-name with starlight, slate, or chiri.
| Preset | Target Theme |
|---|---|
| starlight | Starlight |
| slate | Slate |
| chiri | Chiri |
Vault CMS allows you to use Obsidian as a powerful, local-first content management system for your Astro website. It features auto-detection of content types, frontmatter analysis, and a preconfigured workspace optimized for Astro workflows.
For more information, visit the main Vault CMS repository.