This is my portfolio, blog, and personal website. About life, technology and reading.
This is a blog template built with:
- Framework: Next.js
- Styling: Tailwind CSS
- Deployment: Vercel
- Analytics: Vercel Analytics
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
- Add blog posts
- Add Header navigation
- Add posts pagination
- Add Mobile responsive
- Add categories / tags
- Add search
- Add comment system
- Add dark mode
- Add RSS feed
- Add analytics
- Add Article Archive
- Add pinned / recommended
- leerob/next-mdx-blog: This repository provided the original creative ideas and templates.
- antfu.me: For the design and function inspiration.