Skip to content

Moonpie413/resume.pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hit9's Resumé

Status: Not available for hire

About

Source: Markdown

Output: PDF

Online Preview: pdf/resume.pdf

PDF Download: pdf/resume.pdf

补充说明

暂无

我如何做一份类似的简历?

  1. 安装wkhtmltopdf (版本越高越好):

    # Ubuntu
    sudo apt-get install wkhtmltopdf
    
    # on OSX
    brew tap homebrew/boneyard
    brew install wkhtmltopdf
  2. 安装md2pdf:

    pip install git+git://github.com/hit9/md2pdf.git@master
  3. 自行编写markdown/resume.md, 并自行修改样式css/style.css.

  4. 执行 make 来编译为pdf.

Packages

No packages published

Languages

  • HTML 76.2%
  • CSS 21.1%
  • Makefile 2.7%