Skip to content

Commit 96c166b

Browse files
Added Vault CMS stub page. (#13235)
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
1 parent 5257064 commit 96c166b

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

public/logos/vault-cms.svg

Lines changed: 9 additions & 0 deletions
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Vault CMS & Astro
3+
description: Add content to your Astro project using Vault CMS
4+
sidebar:
5+
label: Vault CMS
6+
type: cms
7+
logo: vault-cms
8+
i18nReady: true
9+
stub: true
10+
---
11+
12+
[Vault CMS](https://vaultcms.org) is a headless CMS for Astro powered by Obsidian and Git. Write in Markdown with live preview inside a preconfigured Obsidian vault, then deploy to your Astro site.
13+
14+
## Official Resources
15+
16+
- [Vault CMS Documentation](https://docs.vaultcms.org/)
17+
- [Vault CMS Source Code](https://github.com/davidvkimball/vault-cms)
18+

src/data/logos.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ export const logos = LogoCheck({
106106
'tina-cms': { file: 'tina-cms.svg', padding: '.15em' },
107107
turso: { file: 'turso.svg', padding: '.2em' },
108108
umbraco: { file: 'umbraco.svg', padding: '.05em' },
109+
'vault-cms': {file: 'vault-cms.svg', padding: '0.15em' },
109110
vercel: { file: 'vercel.svg', padding: '.3em .3em .35em' },
110111
vue: { file: 'vue.svg', padding: '.3em .2em .2em' },
111112
vuepress: { file: 'vuepress.png', padding: '.2em .175em .175em' },

0 commit comments

Comments
 (0)