Skip to content

Commit

Permalink
Added https://spinalcms.com/ as a CMS option (#2336)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
  • Loading branch information
eelcoj and sarah11918 authored Jan 15, 2023
1 parent c1b1bc4 commit 1a9303a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/logos/spinal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/BrandLogo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export interface Props {
| 'prismic'
| 'sanity'
| 'storyblok'
| 'spinal'
| 'wordpress'
| 'kinsta'
| 'gatsby'
Expand Down Expand Up @@ -102,6 +103,7 @@ const logos: Record<Props['brand'], { file: string; padding: string }> = {
prismic: { file: 'prismic.svg', padding: '.25em' },
sanity: { file: 'sanity.svg', padding: '0 .1em' },
storyblok: { file: 'storyblok.svg', padding: '.3em .25em .25em' },
spinal: { file: 'spinal.svg', padding: '.15em .15em' },
wordpress: { file: 'wordpress.svg', padding: '.2em' },
kinsta: { file: 'kinsta.svg', padding: '0' },
gatsby: { file: 'gatsby.svg', padding: '0' },
Expand Down
23 changes: 23 additions & 0 deletions src/pages/en/guides/cms/spinal.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Spinal & Astro
description: Add content to your project using Spinal as your CMS.
layout: ~/layouts/CMSLayout.astro
stub: true
service: Spinal
---

[Spinal](https://spinalcms.com/cms-for-astro/) is a commercial, SaaS-focused, Git-based CMS.

## Getting started

1. [Create a Spinal account](https://spinalcms.com/signup/).
2. Connect your GitHub account to Spinal.
3. Select your Astro repository when prompted.

All Markdown content from the selected folder will be imported into your Spinal account and is ready to be edited.

## Production Sites

The following sites use Astro + Spinal in production:

- [spinalcms.com](https://spinalcms.com/) (all blog articles, documentation, changelog, feature pages, etc.)

0 comments on commit 1a9303a

Please sign in to comment.