Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introducing Theme Selection and JSON Import/Export Functionality #119

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dcastillogi
Copy link

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.

Copy link

vercel bot commented Oct 1, 2024

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 Jan 5, 2025 6:26am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant