Astro Sanity Minimal Starter is a blog webiste template that leverages Astro and Sanity.io for a headless CMS setup. It offers excellent SEO capabilities, a customizable CMS, and performance best practices, making it an ideal foundation for a personal blog with posts written in markdown.
npm install -g @sanity/cli
.sanity
folder.sanity install
and sanity init
to initialize Sanity. Follow the prompts and create a Sanity account if needed..env.template
to .env
and update PUBLIC_SANITY_PROJECT_ID
with your token ID.sanity install
and sanity start
in the terminal at the sanity
folder.astro
folder.npm install
and npm start
to launch the Astro site at http://localhost:3000.npm run build
to locally build for production.Astro Sanity Minimal Starter provides a solid foundation for a blog website with its seamless integration of Astro and Sanity.io. With essential features like SEO optimization, customizable CMS, and minimal styling, it offers a clean and efficient solution for those looking to set up a personal blog quickly. The installation process outlined ensures a smooth setup of both Sanity Studio and the Astro site, making it convenient for users to get started with their blogging journey.