Skip to content
/ resume Public

Yet another way to write your resume. This is a simple DSL for resume writing. Just worry about the content and get yourself a job

License

Notifications You must be signed in to change notification settings

jehart/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I would really like to know if this is useful to anyone please let me know any feedback!

YAR Writer, Resume Generator - Your Last Resume

If you are a bit retrotechno and you want to show off your TeX skills(none of those LaTeX styles here) YAR Writer might be for you. After needing to put a resume together and recently needing to update it, I decided that I really disliked all of the tools out there that I could find, I decided to roll make my own. This is a resume generator tool will allow you to think about the content of your resume and not how to get what ever program you are using to format it right, WYSIWYM. Well maybe not 100% of the time but a lot of the time. Things to know, this is a TeX(not LaTeX) generator and as such you need to know a bit about how TeX deals with your input files. Also this resume generator will need a few other non-standard tools

Requirements:

Files Included:

  • ./config.yaml - If you will be pushing to a server you can edit this to to enable the "make publish" directive work.
  • ./src/resume.tex - Edit this to add your work history, education, et cetera.

Usage

  1. Install the required software
  • mactex - or your favorite TeX distribution
  • m4, git ( on MacOS included as part of XCode command like tools )
  • pdf2htmlEX, yq, qrencode - installed from homebrew on MacOS
  • html-minifier is a node program and cam be installed via npm
  1. Customize, with your favorite text editor
  • Edit ./config.yaml
  • Edit ./src/resume.tex
  1. Build
  • to build your new resume type: make dist
  • This will build a directory called ./dist/ and the resulting resume(s) will be in this folder

License Notice

YAR Writer, Resume Generator Copyright(C)2020 John Hart john@hackade.com

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

About

Yet another way to write your resume. This is a simple DSL for resume writing. Just worry about the content and get yourself a job

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published