Skip to content

bdashrad/hireme

This branch is 135 commits ahead of, 120 commits behind mszep/pandoc_resume:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c6707eb · Jan 31, 2024
Jan 18, 2024
Jan 31, 2024
Jan 31, 2024
Jan 31, 2024
Mar 11, 2016
Jan 31, 2024
Jan 31, 2024
Jan 31, 2024
Sep 7, 2017
Jan 17, 2024
Nov 1, 2023
Jul 9, 2014
Jan 31, 2024
Jan 31, 2024
Nov 1, 2023
Oct 7, 2021

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%