git clone https://github.com/bdashrad/hireme
cd hireme
vim resume_source/resume.md #insert your own resume info
docker-compose run resume-make
- Docker
- Docker Compose
make
When not using docker, you will need the following:
- ConTeXt 0.6x (TeX Live suggested)
- pandoc 2.x (1.x is no longer supported)
sudo apt update
sudo apt install pandoc context
brew install pandoc
brew install --cask mactex
export PATH=$PATH:/Library/TeX/texbin/
Some users have reported problems where their system does not properly find the ConTeXt
executable, leading to errors like Cannot find context.lua
or similar. It has been found
that running mtxrun --generate
, (suggested on texlive-2011-context-problem), can fix the
issue.
=======