Presets
Presets bundle Vault CMS settings for specific Astro themes so paths, content types, and plugin config match the theme without manual tuning.
Available presets
Section titled “Available presets”Examples include Starlight, Chiri, and Slate. The full list is fetched at install time from the vaultcms-presets repository.
Install with a preset
Section titled “Install with a preset”- From your Astro project root, run
npx create-vaultcms(ornpm/pnpm/yarn create vaultcms). - When asked about a preset, choose Yes and pick your theme.
- Open the installed folder in Obsidian when the CLI offers.
Skip the prompt
Section titled “Skip the prompt”Pass the template name explicitly:
npx create-vaultcms --template starlightnpx create-vaultcms --template chirinpx create-vaultcms --template slateYou can also pass it as a positional argument:
npx create-vaultcms starlightWhat presets adjust
Section titled “What presets adjust”Typical behavior (exact steps depend on the preset):
- Install target — e.g. Starlight may default to
src/contentwithout an extra prompt. - Vault-relative paths — Vault CMS plugin config points at your project root correctly.
_GUIDE.md— Pulled from the main Vault CMS repo so the in-vault guide stays current..gitignore— Obsidian workspace state entries are added so only useful config is committed.
Astro Modular
Section titled “Astro Modular”Astro Modular is a theme designed for Vault CMS end-to-end. See also Theme comparison.
- Preset source: github.com/davidvkimball/vaultcms-presets
- General install steps: Installation