Skip to content

CVSectionRename #3137

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

CVSectionRename #3137

wants to merge 1 commit into from

Conversation

Bodysbobb
Copy link

Addressing issue #2274 by making the section name changeable.
Allows users to rename CV sections (from resume.json) via _config.yml. The key refers to the original section name, and the label specifies the new display name shown on the webpage.
RenameCVSection

Allows users to rename CV sections (from resume.json) via _config.yml.
Copy link

netlify bot commented Apr 16, 2025

Deploy Preview for relaxed-lollipop-b6bc17 ready!

Name Link
🔨 Latest commit 64d426b
🔍 Latest deploy log https://app.netlify.com/sites/relaxed-lollipop-b6bc17/deploys/67ff41282ec56c0008912624
😎 Deploy Preview https://deploy-preview-3137--relaxed-lollipop-b6bc17.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Bodysbobb
Copy link
Author

I’ve developed an alternative approach that involves labeling the section name directly within the resume.json. I personally prefer this method, as it allows for further development—specifically, automatically generating a downloadable PDF file from the same resume.json while inheriting the section names seamlessly.

The current approach in this pull request has limitations when it comes to inheriting customized section names from the configuration.

The new approach would look like this:
"work_label": "Work Experience",
"work": [
{ ... },
{ ... }
],

"education_label": "Education",
"education": [
...
]
Screenshot 2025-04-18 044105

Copy link

stale bot commented Jun 18, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jun 18, 2025
@stale stale bot closed this Jun 26, 2025
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this file from the PR?

@george-gca george-gca reopened this Jul 16, 2025
@george-gca
Copy link
Collaborator

This is interesting. How is this aligned with RenderCV schema?

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.

2 participants