Skip to content

Commit

Permalink
ApostropheCMS integration 🙏 (withastro#5969)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Rainsberger <[email protected]>
  • Loading branch information
boutell and sarah11918 authored Jan 17, 2024
1 parent 5d1d3fd commit b3333f1
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
33 changes: 33 additions & 0 deletions public/logos/apostrophecms.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/content/docs/en/guides/cms/apostrophecms.mdx
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions src/data/logos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b3333f1

Please sign in to comment.