My personal website. Visit https://ceynri.cn/ to explore.
A modern, responsive personal website featuring blog and portfolio content.
- 🚀 Fast & modern with Astro
- 📱 Mobile responsive design
- ✨ Cool animation effect on homepage
- 📝 Blog with tags and archives
- 💬 Comments powered by Giscus
- Astro - Static site generator
- TypeScript - Type-safe JavaScript
- TailwindCSS + SASS - Styling
- Giscus - Comments system
- ESLint (@antfu/eslint-config) - Code quality
- Built with Cursor - AI-powered IDE
- ✅ Modern browser supported.
- 📱 Mobile compatible.
Note: If you encounter any bugs or issues, please feel free to submit an issue.
- v3 (Current): Latest version built with Astro 🚀
- v2: Previous version based on Gridsome. Migrated to Astro due to Gridsome being a deprecated technology
- v1: Legacy version archived in the v1 branch (Chinese attention). Still accessible at https://v1.ceynri.cn/
- Node.js 20+
- pnpm 9+
# Install dependencies
pnpm install
# Start development server
pnpm devThe development server will be available at http://localhost:4321/
# Build the project
pnpm build
# Preview the build locally
pnpm preview