This is a Next.js blog built with server components.
Used tech:
- NextJS 13 with app router
- Tailwind
- Contentlayer
You can check out the demo here
- Static content generation based on markdown files (./posts folder)
- Comments with Giscus
- Code hightlighting
- Frontmatter support
First, install dependencies run the development server:
npm i
npm run devOpen http://localhost:3000 with your browser to see the result.
