Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kilian/vogeltjesrace
https://github.com/kilian/vogeltjesrace
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kilian/vogeltjesrace
- Owner: Kilian
- Created: 2022-07-05T09:32:38.000Z (over 2 years ago)
- Default Branch: latest
- Last Pushed: 2023-09-30T14:28:01.000Z (about 1 year ago)
- Last Synced: 2024-05-08T17:04:32.982Z (6 months ago)
- Language: Astro
- Size: 37.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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 |
| :---------------- | :------------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev & Netlify CMS proxy servers |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Serve `./dist/` & run the Netlify CMS proxy server |[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/