Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added https://spinalcms.com/ as a CMS option #2336

Merged
merged 5 commits into from
Jan 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.)