You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was scouting for a platform that can generate resumes based on Markdown, then I came across jsonresume. I love the fact that jsonresume is trying to standardize a schema for building resumes.
I wanted to see my resume in different themes, but rendering manually by downloading 400+ themes will be a big pain. I thought why can't we have an json input and render N themes and display.
Some thing like below.
Lemme know what you think of it ?
My worry is that if this idea makes any sense, I've few questions before I start building it so thought of sharing my idea and discussing here.
Renderer/builder (resumed) should be hosted somewhere, what are the options ? Edge function / standalone backend app ?
How many themes should the app render and display ? i.e, value of N
How to render ? I prefer img.
The text was updated successfully, but these errors were encountered:
Hi Maintainers 👋,
I was scouting for a platform that can generate resumes based on Markdown, then I came across jsonresume. I love the fact that jsonresume is trying to standardize a schema for building resumes.
I wanted to see my resume in different themes, but rendering manually by downloading 400+ themes will be a big pain. I thought why can't we have an json input and render N themes and display.
Some thing like below.
Lemme know what you think of it ?
My worry is that if this idea makes any sense, I've few questions before I start building it so thought of sharing my idea and discussing here.
The text was updated successfully, but these errors were encountered: