Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delucis/astro-netlify-cms-starter
Blog Starter Template for Astro & Netlify CMS
https://github.com/delucis/astro-netlify-cms-starter
astro blog netlify-cms template
Last synced: about 1 month ago
JSON representation
Blog Starter Template for Astro & Netlify CMS
- Host: GitHub
- URL: https://github.com/delucis/astro-netlify-cms-starter
- Owner: delucis
- Created: 2022-05-16T17:53:40.000Z (over 2 years ago)
- Default Branch: latest
- Last Pushed: 2023-10-18T02:57:43.000Z (about 1 year ago)
- Last Synced: 2024-10-29T20:02:26.983Z (about 1 month ago)
- Topics: astro, blog, netlify-cms, template
- Language: Astro
- Homepage: https://astro-ntlfy-cms.netlify.app/
- Size: 2.59 MB
- Stars: 36
- Watchers: 3
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-astro - Astro Blog Starter with Netlify CMS - Template based on the Astro blog starter kit + Astro Netlify CMS integration. (ℹ️ Repositories/Starter Kits/Components)
README
![Astro + Netlify CMS](https://raw.githubusercontent.com/delucis/astro-netlify-cms/HEAD/header.png)
Astro Blog Starter with Netlify CMS
This example is based on [the basic Astro blog starter kit][starter], and
adds [the Astro Netlify CMS integration][integration].## Quick deploy
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)][deploy]
☝️ Click this button to copy this project to your own GitHub (or GitLab)
account and set up continuous deployment with Netlify as if by magic. ✨Once you’ve got the project set up, you do need to
[activate Netlify Identity in the Netlify UI][identity] and then enable
[“Git Gateway”][gateway] to allow e-mail/password authentication.## Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :----------------- | :------------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm run dev` | Starts local dev & Netlify CMS proxy servers |
| `pnpm run build` | Build your production site to `./dist/` |
| `pnpm run preview` | Serve `./dist/` & run the Netlify CMS proxy server |> **Note**
> These commands are using [`pnpm`][pnpm], a fast and efficient package manager.
> You can choose to use `npm` or `yarn` instead if you prefer, but remember to update the config in [`netlify.toml`](netlify.toml) to match.[starter]: https://astro.new/blog?on=github
[integration]: https://github.com/delucis/astro-netlify-cms
[deploy]: https://app.netlify.com/start/deploy?repository=https://github.com/delucis/astro-netlify-cms-starter
[identity]: https://docs.netlify.com/visitor-access/identity/
[gateway]: https://docs.netlify.com/visitor-access/git-gateway/
[pnpm]: https://pnpm.io/