- Framework: Next.js 14 App Router
- Deployment: Vercel
- Styling: Tailwind CSS
- Search: Algolia
You can use this template to deploy your own blog on vercel with the link below.
- Markdown ✅
- Rss and Sitemap ✅
- Dark mode ✅
- Good SEO(lighthouse performance score 100 🎉) ✅
- Search ✅
lib/*
- Short for "library", utils code for external services.scripts/*
- Generate rss and sitemap xml.app/*
- All pages.components/*
- Basic ui components.public/*
- Static assets including fonts and images and seo verify file._posts/*
- All markdown posts.
git clone https://github.com/0xinhua/wuxinhua.com.git my-blog
npm install -g pnpm && cd my-blog && pnpm install
pnpm dev
The blog should be up and running on http://localhost:1024
pnpm build && pnpm start
You can use all the code after removing my personal information and original posts.