From 8dcd4dab41140e53e8ac0df710a4dd9c21ac9489 Mon Sep 17 00:00:00 2001 From: eelco Date: Tue, 10 Jan 2023 14:48:38 +0700 Subject: [PATCH 1/3] Added https://spinalcms.com/ as a CMS option --- public/logos/icon.svg | 1 + public/logos/spinal.svg | 1 + src/components/BrandLogo.astro | 2 ++ src/pages/en/guides/cms/spinal.mdx | 23 +++++++++++++++++++++++ 4 files changed, 27 insertions(+) create mode 100644 public/logos/icon.svg create mode 100644 public/logos/spinal.svg create mode 100644 src/pages/en/guides/cms/spinal.mdx diff --git a/public/logos/icon.svg b/public/logos/icon.svg new file mode 100644 index 0000000000000..7e186a083f848 --- /dev/null +++ b/public/logos/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/logos/spinal.svg b/public/logos/spinal.svg new file mode 100644 index 0000000000000..7e186a083f848 --- /dev/null +++ b/public/logos/spinal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/BrandLogo.astro b/src/components/BrandLogo.astro index 829d8baa15043..420d67950c23a 100644 --- a/src/components/BrandLogo.astro +++ b/src/components/BrandLogo.astro @@ -44,6 +44,7 @@ export interface Props { | 'prismic' | 'sanity' | 'storyblok' + | 'spinal' | 'wordpress' | 'kinsta' | 'gatsby' @@ -102,6 +103,7 @@ const logos: Record = { 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' }, diff --git a/src/pages/en/guides/cms/spinal.mdx b/src/pages/en/guides/cms/spinal.mdx new file mode 100644 index 0000000000000..c99824894e0ab --- /dev/null +++ b/src/pages/en/guides/cms/spinal.mdx @@ -0,0 +1,23 @@ +--- +title: Spinal & Astro +description: Create and update all markdown content in your Astro site with Spinal. +layout: ~/layouts/CMSLayout.astro +stub: true +service: Spinal +--- + +[Spinal](https://spinalcms.com/cms-for-astro/) is commercial, SaaS-focussed, Git-based CMS. + +## Getting started + +1. [Create an Spinal account](https://spinalcms.com/signup/) +2. Connect your GitHub account to Spinal +3. Select the repository with Astro repo + +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.) From d82956ce8872e03361e38dffb38d3cf3877c07ef Mon Sep 17 00:00:00 2001 From: eelco Date: Wed, 11 Jan 2023 09:35:12 +0700 Subject: [PATCH 2/3] Removed logo, left by accident --- public/logos/icon.svg | 1 - 1 file changed, 1 deletion(-) delete mode 100644 public/logos/icon.svg diff --git a/public/logos/icon.svg b/public/logos/icon.svg deleted file mode 100644 index 7e186a083f848..0000000000000 --- a/public/logos/icon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file From 107e365c47714d8807a1b8abd5917366c9e8e7a4 Mon Sep 17 00:00:00 2001 From: e <988051+eelcoj@users.noreply.github.com> Date: Wed, 11 Jan 2023 16:07:28 +0000 Subject: [PATCH 3/3] Update src/pages/en/guides/cms/spinal.mdx Co-authored-by: Sarah Rainsberger --- src/pages/en/guides/cms/spinal.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/en/guides/cms/spinal.mdx b/src/pages/en/guides/cms/spinal.mdx index c99824894e0ab..9a55bf50471df 100644 --- a/src/pages/en/guides/cms/spinal.mdx +++ b/src/pages/en/guides/cms/spinal.mdx @@ -1,20 +1,20 @@ --- title: Spinal & Astro -description: Create and update all markdown content in your Astro site with Spinal. +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 commercial, SaaS-focussed, Git-based CMS. +[Spinal](https://spinalcms.com/cms-for-astro/) is a commercial, SaaS-focused, Git-based CMS. ## Getting started -1. [Create an Spinal account](https://spinalcms.com/signup/) -2. Connect your GitHub account to Spinal -3. Select the repository with Astro repo +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. +All Markdown content from the selected folder will be imported into your Spinal account and is ready to be edited. ## Production Sites