Skip to content

zenbloghq/astro

Repository files navigation

Astro Zenblog Starter

This is a starter for Astro with Zenblog.

Features

  • Zenblog
  • Astro
  • Tailwind CSS

Requirements

  • Zenblog blog Id, get it for free in zenblog.com

Setup

  1. Clone the repository
  2. Run npm install
  3. Run npm run dev
  4. Open http://localhost:4321 in your browser
  5. Create an .env file in the root of the project and add your Zenblog blog Id
  6. Run npm run build
  7. 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

License

MIT