mortjac / astro-netlify-cms-starter-mj1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Astro + Netlify CMS

Astro Blog Starter with Netlify CMS

This example is based on the basic Astro blog starter kit, and adds the Astro Netlify CMS integration.

Quick deploy

Deploy to Netlify

☝️ 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 and then enable “Git 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

About


Languages

Language:Astro 65.5%Language:CSS 25.5%Language:JavaScript 8.7%Language:TypeScript 0.3%