-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added https://spinalcms.com/ as a CMS option (#2336)
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
- Loading branch information
1 parent
c1b1bc4
commit 1a9303a
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.) |