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

How can I add custom items on my resume? Is it possible? #416

Closed
jeongmincha opened this issue Mar 9, 2021 · 7 comments
Closed

How can I add custom items on my resume? Is it possible? #416

jeongmincha opened this issue Mar 9, 2021 · 7 comments

Comments

@jeongmincha
Copy link

As far as I know, jsonresume supports resume details such as about, work experience, skills, education, awards, etc.
However, I want to add something more than these things.
I wish there was at least an item called 'Others'.

I tried to add custom items but the parser throws an error.
Perhaps only some fixed items can be parsed as resume items.

Is this possible? Or did I not find it yet?
If the current version is impossible to make custom items, could I request this feature?
I don't need complete customization, I just need an item called 'Others'.

@thomasdavis
Copy link
Member

You can as many custom fields as you want to the top level meta property, and then you can make or fork a custom template and render those fields inside of meta

@jeongmincha
Copy link
Author

@thomasdavis Thanks for your quick reply :)
Is there any documentation for using "meta" property?
Or any examples to refer to?

@jasonpatrickellykrause
Copy link

@jeongmincha Does this help? #204 (comment)

I cannot test at the moment.

@jeongmincha
Copy link
Author

@jasonpatrickellykrause It didn't work :(
Even though I added "whatever" param in "meta" like that comment, but my resume doesn't show anything new.

@jeongmincha
Copy link
Author

@thomasdavis @jasonpatrickellykrause Thank you for answering my thread, but I didn't solve this problem yet :(
I tried every option that I could imagined, but I couldn't add custom resume fields. Would you please let me know an jsonresume example having custom resume fields?

@mudassir0909
Copy link
Member

mudassir0909 commented Apr 8, 2021

but my resume doesn't show anything new.

@jeongmincha I think the theme you are using for your resume has to consume that property. If a theme isn't doing that then you won't see any changes, does this answer your question?

@SethFalco
Copy link
Member

Like others have said, this isn't possible right now unless your theme explicitly supports the custom fields you want to add. It's up to theme developers to support the extra fields.

The best way to approach it would be to utilize the meta section to include the custom properties you want, then create or fork a theme to utilize them.

While JSON Resume is extensible, not all themes will support that extensibility. If you want whole new sections, that will be difficult to standardize without undermining that JSON Resume is ultimately for résumés. Taking it futher would turn JSON Resume into more of a JSON CMS, at which point you might be better off with Jekyll, Hugo, or a headless CMS solution rather than a JSON Resume theme.

Is there any documentation for using "meta" property?

There is no documentation for this beyond the JSON Resume schema itself, but that won't help in your case anyway. The proposal was that you define arbitrary data that you can consume in your own theme or a fork of an open-source theme you like.


If this something you're still interested in, feel free to respond here or hit me up with a concrete idea of what you want to achieve. I can either help you or do a more detailed write-up of how to approach this. 👍🏽

@SethFalco SethFalco closed this as not planned Won't fix, can't repro, duplicate, stale Dec 5, 2023
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

No branches or pull requests

5 participants