Skip to content
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
7 changes: 7 additions & 0 deletions public/logos/pages-cms.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/content/docs/en/guides/cms/pages-cms.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Pages CMS & Astro
description: Add content to your Astro project using Pages CMS as a CMS
sidebar:
label: Pages CMS
type: cms
stub: true
logo: pages-cms
i18nReady: true
---

[Pages CMS](https://pagescms.org/) is an open source, Git-based content management system for GitHub repositories that can be used to manage content in Astro projects.

## Official Resources

- [Pages CMS documentation](https://pagescms.org/docs/)
- [Pages CMS Astro blog template](https://github.com/pages-cms/astro-blog-template)
1 change: 1 addition & 0 deletions src/data/logos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export const logos = LogoCheck({
nuxtjs: { file: 'nuxtjs.svg', padding: '.25em' },
optimizely: { file: 'optimizely.svg', padding: '.2em' },
partytown: { file: 'partytown.svg', padding: '.2em .2em .25em .25em' },
'pages-cms': { file: 'pages-cms.svg', padding: '.15em .15em' },
payload: { file: 'payload.svg', padding: '.3em .25em .3em .3em' },
pelican: { file: 'pelican.svg', padding: '.25em .225em .25em .25em' },
preact: { file: 'preact.svg', padding: '.1875em' },
Expand Down
Loading