Skip to content

bdashrad/hireme

 
 

Repository files navigation

The Markdown Resume

Instructions

git clone https://github.com/bdashrad/hireme
cd hireme
vim resume_source/resume.md   #insert your own resume info

Docker

docker-compose run resume-make

Docker Requirements

  • Docker
  • Docker Compose

Local

make

Local Requirements

When not using docker, you will need the following:

  • ConTeXt 0.6x (TeX Live suggested)
  • pandoc 2.x (1.x is no longer supported)
Debian / Ubuntu (tested)
sudo apt update
sudo apt install pandoc context
Mac OS
brew install pandoc
brew install --cask mactex
export PATH=$PATH:/Library/TeX/texbin/

Troubleshooting

Context executable cannot be found

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.

=======

Sample

resume_sample

Languages

  • TeX 42.3%
  • CSS 34.4%
  • Makefile 16.9%
  • Lua 3.3%
  • Dockerfile 2.9%
  • Shell 0.2%