Giter Site home page Giter Site logo

lukew3 / resume Goto Github PK

View Code? Open in Web Editor NEW
24.0 5.0 3.0 490 KB

Automatic resume building and version management with JSONresume and Github Actions. Click the link below to download the latest pdf build

Home Page: https://github.com/lukew3/resume/releases/latest/download/lukew3_resume.pdf

HTML 100.00%
cv resume jsonresume

resume's Introduction

lukew3/resume

Tracking how my resume changes using JSONresume. Feel free to fork or copy my github workflows and watch github actions automatically validate and build your resume on release.

Inspired by the resumake.io website and created out of the desire to make an automatic latex resume build system utilizing git version control.

The latest pdf build can be downloaded here

How to use it for your own resume

  1. Fork the repo
  2. Click on the actions tab of the forked repo and enable actions
  3. Click on the settings tab, go to actions->general on the sidebar, scroll down to workflow permissions, set to "Read and write permissions", and save.
  4. Make desired changes to the resume.json file and/or template.tex.erb
  5. Click on the Releases sidebar on your Github fork, draft a new release, add a tag like 0.0.1 and click "Publish release". Your generated pdf will appear in the assets section of the release in around 2.5 minutes.

Make a release every time that you want to publish a new version of your resume. You can then download the pdf from the assets section or have a permanent link to the latest release with a url of the format https://github.com/{yourUsername}/resume/releases/latest/download/{yourUsername}_resume.pdf where {yourUsername} is replaced with your Github username.

How it works

The content of the resume is stored in the resume.json file, following the schema defined by jsonresume.org. When a release is created, the release.yml workflow is ran.

Release.yml

The following are the steps taken by release.yml:

  1. Validates json resume using lukew3/validate-json-resume-action.
  2. Fill template.tex.erb with contents of resume.json using lukew3/json-fill-erb-action.
  3. resume.tex which was created by step 2 is built to resume.pdf with xu-cheng/latex-action.
  4. The resulting pdf is uploaded to the latest release with the file name {username}_resume.pdf.

Building on Your PC

The release workflow will automatically build a pdf on release. If you want to render locally, you can use the build.rb file here and then run pdflatex resume.tex.

resume's People

Contributors

lukew3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

resume's Issues

Build resume.pdf on commit

Should have a github action that rebuilds resume.pdf on each commit. I think that it would be best if it resets that latest commit, adds the generated resume.pdf via lfs, and recommits.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.