This is a starter for Astro with Zenblog.
- Zenblog
- Astro
- Tailwind CSS
- Zenblog blog Id, get it for free in zenblog.com
- Clone the repository
- Run
npm install
- Run
npm run dev
- Open
http://localhost:4321
in your browser - Create an
.env
file in the root of the project and add your Zenblog blog Id - Run
npm run build
- Deploy the
dist
folder to your favorite hosting provider.
Note: Vercel adapter is installed by default. You can change it to your favorite hosting provider.
Read more here: https://docs.astro.build/en/guides/on-demand-rendering/#server-adapters
MIT