I'm fond of Astro CMS for fast landingpage creation. Easy setup of real static pages, built in image processing (responsive, webp) and easy integration of small react components :) This are my notes for the basic setup I prefer:
npm create astro@latest
npm install sass
npx astro add astro-icon
- Tags
- Astro CMS