Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 468 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 468 Bytes

Blog template

Thank you for purchasing this page. I hope it's going to be helpful for you.

Features

  • Fully working blog template with Astro
  • Dark and light themes
  • Markdown posts with metadata
  • Optimized for search engines

Including

  • Homepage
  • Articles page
  • Single post page
  • About page

Getting Started

  1. Install dependencies
npm install
  1. Run the dev server
npm run dev

Or build for production:

npm run build