这是indexloc提供的服务,不要输入任何密码
Skip to content

SJFCS/Next-Resume

Repository files navigation

NextResume 🎉

A modern online resume generator built with Next.js and Tailwind CSS.


🖥 Online Preview(access code is public)

Features

  • 🎨 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

Quick Start

To use NextResume, you need to edit the next-resume.yaml,next-resume.config to configure your resume content.

Local Development

npm i

npm run dev

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

npm run build
npm run serve

This command generates static content into the build directory and can be served using any static contents hosting service.

Export PDF

https://chromewebstore.google.com/detail/web-to-pdf-%E7%BD%91%E9%A1%B5%E8%BD%ACpdf/pamnlaoeobcmhkliljfaofekeddpmfoh

hideButtons: true # 隐藏界面按钮

Releases

No releases published

Packages

No packages published