Coder Social home page Coder Social logo

tan10vir / resume Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mhyee/resume

0.0 1.0 0.0 73 KB

Stores content in a YAML file and uses Ruby's ERB templating system to handle format and layout.

License: MIT License

Makefile 6.91% Ruby 25.13% HTML 67.96%

resume's Introduction

Resume

This resume system stores content in a YAML file and uses Ruby's ERB templating system to handle format and layout. Currently, the three templates implemented are HTML, LaTeX, and plain text. You can use pdflatex to create a PDF file from the generated LaTeX file.

escape_html.rb, escape_tex.rb, and escape_txt.rb define escape functions for handling special characters or cases. (For example, & must be escaped as \& in HTML, and \\& in LaTeX. The escape function also handles other special cases, including links.) Escape characters must appear in square brackets in the YAML file. For example, to include an ampersand, use [&].

Store private contact information in the private.yml file. This information will be omitted from the "web" version of the generated resume (selected with the -w or --web option). This is to prevent certain contact information (e.g. phone number, address) from being uploaded to a public repository or website. For an example, see private.example.yml.

This project was inspired by David Hu's resume project.

For examples, my templates are included in this repository, while the generated resumes are on my website.

Usage

Feel free to fork or use this project and adapt the templates for your own resume. (Obviously, the resume content is mine.)

Usage: generate.rb [options]
    -i, --input INPUT                input file
    -p, --private PRIVATE            private input file
    -t, --template TEMPLATE          template file
    -w, --web                        create a web version omitting private information

Dependencies

  • Ruby
  • LaTeX

License

The resume content in this repo, resume.yml is copyrighted by Ming-Ho Yee.

The rest of the project is licensed under the MIT License.

Contributions

This project was always intended to solve a very specific, personal problem, rather than to be for general use. However, I am more than happy to review pull requests. If the changes are compatible with my use case, I'll accept them.

I would like to thank tshieh for adding OptionParser and updating the documentation.

resume's People

Contributors

mhyee avatar tshieh avatar

Watchers

 avatar

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.