Coder Social home page Coder Social logo

resume's Introduction

Resume

My personal resume.

Built using RenderCV. Internally rendered using pdflatex (auto installed alongside RenderCV).

Build Requirements

  1. python3
  2. RenderCV
  3. cargo (comes with the rust install) + cargo-watch. You could technically use any piece of software that observes a file (or a set of files) and reruns a command when theres a write to it/them. Nodemon may potentially fit the bill here. I chose to use cargo watch instead since I already had that installed.

Build Instructions

Enter a python venv, install the required dependencies, and then run the runner script provided. The runner script will watch the main YAML file and rebuild everytime it is written to.

# If you don't have a venv created already
python3 -m venv venv

# If you have a venv created already
# Specific for the fish shell
source venv/bin/activate.fish

pip3 install -r requirements.txt
./run.sh

In a new terminal, open the rendered output. The PDF should refresh everytime you write to the main YAML file.

open rendercv_output/${NAME}_CV.pdf

where the ${NAME} variable is whatever the cv.name value inside of the main YAML file is. Usually, there should only ever be a single PDF file in the rendercv_output directory, so opening whatever file in that directory that ends with the pdf extension should suffice.

resume's People

Contributors

raunakab avatar

Stargazers

 avatar Sina Atalay 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.