Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 758 Bytes

Readme.md

File metadata and controls

43 lines (28 loc) · 758 Bytes

Hit9's Resumé

Status: Not available for hire

About

Source: Markdown

Output: PDF

Online Preview: pdf/resume.pdf

PDF Download: pdf/resume.pdf?raw=true

补充说明

暂无

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

  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.