TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Build an Online Resume with an Auto-Updating PDF Version

56 点作者 bascodes超过 2 年前

8 条评论

geor9e超过 2 年前
Alternatively, tack `&#x2F;export?format=pdf` to the end of a google doc. It generates and displays the PDF version on the fly. i.e. <a href="https:&#x2F;&#x2F;docs.google.com&#x2F;document&#x2F;d&#x2F;______&#x2F;export?format=pdf" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;document&#x2F;d&#x2F;______&#x2F;export?format=pdf</a>
prettyStandard超过 2 年前
Built my <a href="https:&#x2F;&#x2F;soft-wa.re&#x2F;resume" rel="nofollow">https:&#x2F;&#x2F;soft-wa.re&#x2F;resume</a> with <a href="https:&#x2F;&#x2F;jsonresume.org" rel="nofollow">https:&#x2F;&#x2F;jsonresume.org</a><p>I&#x27;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 <a href="https:&#x2F;&#x2F;soft-wa.re&#x2F;resume?tech=python" rel="nofollow">https:&#x2F;&#x2F;soft-wa.re&#x2F;resume?tech=python</a> you get my resume filtered for any python work.<p>I&#x27;ve also been thinking I could host for people. So maybe I host Alices.soft-wa.re&#x2F;resume or Bobs.soft-wa.re&#x2F;resume. Any interest in this?
notpushkin超过 2 年前
My website&#x27;s print version is a CV, so you can just print it to a PDF: <a href="https:&#x2F;&#x2F;notpushk.in&#x2F;" rel="nofollow">https:&#x2F;&#x2F;notpushk.in&#x2F;</a><p>I&#x27;ve also had Netlify generate a PDF of each build using wkhtmltopdf, but there was some issue with fonts which I didn&#x27;t figure out at the time (it doesn&#x27;t load them: <a href="https:&#x2F;&#x2F;notpushk.in&#x2F;cv.pdf" rel="nofollow">https:&#x2F;&#x2F;notpushk.in&#x2F;cv.pdf</a>) and can&#x27;t had a chance to come back and solve it once and for all.
评论 #34755431 未加载
评论 #34754424 未加载
lukew3超过 2 年前
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. <a href="https:&#x2F;&#x2F;github.com&#x2F;lukew3&#x2F;resume">https:&#x2F;&#x2F;github.com&#x2F;lukew3&#x2F;resume</a>
thomasahle超过 2 年前
I generate my website <a href="https:&#x2F;&#x2F;thomasahle.com" rel="nofollow">https:&#x2F;&#x2F;thomasahle.com</a> with a static Jinja template. Whenever I update it, it also generates a new resume and uploads that. Very convenient.
tacone超过 2 年前
I have built something similar for myself, which I&#x27;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.
HTTP418超过 2 年前
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.
brianjking超过 2 年前
This is great, any source repo&#x2F;files? Thanks!
评论 #34753920 未加载