by geor9e on 2/11/23, 6:24 PM
by prettyStandard on 2/11/23, 4:54 PM
Built my
https://soft-wa.re/resume with
https://jsonresume.orgI'm pretty happy with it. It needs some more work, and I would like to do some preprocessing to tailor it based on the job. So maybe if you go to https://soft-wa.re/resume?tech=python you get my resume filtered for any python work.
I've also been thinking I could host for people. So maybe I host Alices.soft-wa.re/resume or Bobs.soft-wa.re/resume. Any interest in this?
by notpushkin on 2/11/23, 5:27 PM
My website's print version is a CV, so you can just print it to a PDF:
https://notpushk.in/I've also had Netlify generate a PDF of each build using wkhtmltopdf, but there was some issue with fonts which I didn't figure out at the time (it doesn't load them: https://notpushk.in/cv.pdf) and can't had a chance to come back and solve it once and for all.
by lukew3 on 2/11/23, 5:49 PM
I have a similar system that solely uses a github actions workflow to build a jsonresume file into a latex pdf. I can make different branches for different roles and have a link that always directs people to the most up to date version of the resume. Plus, anybody can fork it and use it with their own resume without need for extra configuration or services.
https://github.com/lukew3/resumeby thomasahle on 2/12/23, 7:21 AM
I generate my website
https://thomasahle.com with a static Jinja template. Whenever I update it, it also generates a new resume and uploads that. Very convenient.
by tacone on 2/11/23, 7:41 PM
I have built something similar for myself, which I'll hopefully publish some day. The stack is YAML, Sveltekit, Puppeteer. Overall YAML makes adding content very easy and I can adapt the schema to suit my needs if I need to.
by HTTP418 on 2/12/23, 12:01 AM
Are these resumes ATS compliant? A problem I have right now is my current resume generating technique does not produce very good ATS compliant resume.
by brianjking on 2/11/23, 4:46 PM
This is great, any source repo/files? Thanks!