A modern online resume generator built with Next.js and Tailwind CSS.
🖥 Online Preview(access code is public)
-
🎨 Support light/dark/system theme
-
📱 Mobile friendly
-
🔒 Support access code protection
-
📝 Support HTML tags in descriptions and list items
-
🖼️ Support image preview
-
Theme Switching
- Automatic light/dark mode switching
- Smooth transition animation
-
Responsive Design
- Perfectly adapted for mobile and desktop
- Smart layout adjustment
- Optimized interaction for touch devices
-
Environment Variables
- Inject sensitive information using environment variables
- Secure and easy to manage
-
Image Preview
- Supports project image display
- Elegant hover preview
-
Resume Customization
- Use YAML to configure resume content
- Flexible layout organization
-
Ready to Use
- Simple configuration
- Clear project structure
- Complete type hints
To use NextResume, you need to edit the next-resume.yaml,next-resume.config to configure your resume content.
npm i
npm run devThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run build
npm run serveThis command generates static content into the build directory and can be served using any static contents hosting service.
hideButtons: true # 隐藏界面按钮