Features:
- β Minimal styling (make it your own!)
- β 100/100 Lighthouse performance
- β SEO-friendly with canonical URLs and OpenGraph data
- β Sitemap support
- β RSS Feed support
- β Markdown & MDX support
- β Built-in Observability logging
C3 (the create-cloudflare CLI):
npm create cloudflare@latest -- --template=cloudflare/templates/astro-blog-starter-templatehttps://astro-blog-starter-template.templates.workers.dev
Astro's Content Collections docs
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 server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add, astro check |
npm run astro -- --help |
Get help using the Astro CLI |
npm run build && npm run deploy |
Deploy your production site to Cloudflare |
npm wrangler tail |
View real-time logs for all Workers |
