Skip to content

danielklim/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daniel Lim Resumes

(and Markdown Resume Generator Theme: Modern2)

Resume for Daniel Lim, plus a heavily modified version of the modern theme for the Markdown Resume Generator

Usage

Build Container

Nothing special about building the Docker container.

docker build -t markdown-resume .

Enter Container

The following is for starting the container on a Windows box, where the host machine uses Windows paths but the guest uses Linux paths. On a Linux based host, the volumes should be changed to use Linux paths as well.

docker run -it \
	--name markdown-resume \
	--rm \
	-v "c:\Users\Daniel\Documents\resume":/resume \
	-v "c:\Users\Daniel\Documents\resume\template":/app/templates/modern2 \
	markdown-resume

Build Doc

md2resume pdf -k \
	--pdfargs="--dpi 300 -s Letter -T 1in -B 1in -L 1in -R 1in --print-media-type" \
	-t modern2 \
	./src/general-060219.md ./

About

Resume using `there4/markdown-resume`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published