- Clean and minimal design
- Tailwind CSS v1
- Blog with markdown content for posts
- Basic pagination for posts
- Theme Switcher with Dark Mode
- Syntax highlighting with Prism
- 404 Page
- Tags for posts
- Clone the repo and
cd
into it. npm install
npm run dev
to start a local dev server.npm run generate
to build a static site.