From b3333f1765e0484799482ef961bcbfa489d44400 Mon Sep 17 00:00:00 2001 From: Tom Boutell Date: Wed, 17 Jan 2024 09:03:57 -0500 Subject: [PATCH] ApostropheCMS integration :pray: (#5969) Co-authored-by: Sarah Rainsberger --- public/logos/apostrophecms.svg | 33 +++++++++++++++++++ .../docs/en/guides/cms/apostrophecms.mdx | 14 ++++++++ src/data/logos.ts | 1 + 3 files changed, 48 insertions(+) create mode 100644 public/logos/apostrophecms.svg create mode 100644 src/content/docs/en/guides/cms/apostrophecms.mdx diff --git a/public/logos/apostrophecms.svg b/public/logos/apostrophecms.svg new file mode 100644 index 0000000000000..ba3c5633557cd --- /dev/null +++ b/public/logos/apostrophecms.svg @@ -0,0 +1,33 @@ + + + Group Copy 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/content/docs/en/guides/cms/apostrophecms.mdx b/src/content/docs/en/guides/cms/apostrophecms.mdx new file mode 100644 index 0000000000000..339e518734629 --- /dev/null +++ b/src/content/docs/en/guides/cms/apostrophecms.mdx @@ -0,0 +1,14 @@ +--- +title: ApostropheCMS & Astro +description: Edit content on the page in your Astro project using Apostrophe as your CMS. +type: cms +stub: true +service: Apostrophe +i18nReady: true +--- + +[ApostropheCMS](https://apostrophecms.com/) is a content management system supporting on-page editing in Astro. + +## Community Resources + +- [Astro integration for ApostropheCMS](https://apostrophecms.com/extensions/astro-integration) - ApostropheCMS Astro plugin, integration guide and starter projects for both Apostrophe and Astro diff --git a/src/data/logos.ts b/src/data/logos.ts index a22cdaba1366c..634edc970d55c 100644 --- a/src/data/logos.ts +++ b/src/data/logos.ts @@ -86,6 +86,7 @@ export const logos = LogoCheck({ 'kontent-ai': { file: 'kontent-ai.svg', padding: '.15em' }, keystatic: { file: 'keystatic.svg', padding: '0' }, zeabur: { file: 'zeabur.svg', padding: '.2em' }, + apostrophecms: { file: 'apostrophecms.svg', padding: '.15em .15em' } }); export type LogoKey = keyof typeof logos;