xitanggg / open-resume

OpenResume is a powerful open-source resume builder and resume parser. https://open-resume.com/
https://open-resume.com
GNU Affero General Public License v3.0
6.89k stars 674 forks source link

Introducing Theme Selection and JSON Import/Export Functionality #119

Open dcastillogi opened 1 month ago

dcastillogi commented 1 month ago

This update introduces two new features to Open-Resume:

  1. Theme Selection:
    Now, you can customize the appearance of your resume by selecting from various themes. Here’s an example of the new Minimal theme:

    Minimal Theme Preview

    The theme setting changes the look of the exported PDF to match your style preference:

    Theme Setting Example

  2. Export/Import Resume as JSON:
    You can now export your resume data as a JSON file, making it easy to save, store, or transfer between devices. This also allows you to import the same JSON file, which is especially useful if you maintain multiple versions of your resume or want to switch between them effortlessly.

These enhancements provide more flexibility in styling your resume and managing multiple versions, making your experience with Open-Resume even more efficient!


How to Add a New Theme?

To create and integrate your own theme into Open-Resume, follow these steps:

  1. Navigate to src > app > components > themes.
  2. Duplicate the default theme folder. The default theme leverages core functionalities from the themes/core directory. You can either use the existing core functionalities or, if needed, create your own custom logic (refer to the minimal theme for an example of custom core functionality).
  3. Rename your new theme folder with a unique and creative name that reflects your theme.
  4. Modify the files within your new theme folder to suit your design preferences, adjusting styles, layouts, or functionalities as needed.
  5. Once your theme is ready, open the constants.tsx file in the themes folder and add an entry for your new theme. This makes your theme selectable within the application.
  6. Finally, submit your changes by creating a pull request.
vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
open-resume ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 1, 2024 6:33am