/markdown_resume

Primary LanguageHTMLMIT LicenseMIT

The Markdown Resume

使用说明

本项目基于 pandoc resume 构建,优化了部分css以及构建脚本,由于ConTeXt生成中文存在问题,因此其中pdf改为使用wkhtmltopdf生成

git clone https://github.com/zhaohongxuan/markdown_resume
cd markdown_resume
vim markdown/resume.md   # 增加你的简历

本地运行

制作所有格式,html、pdf格式的简历

make

Requirements

需要先安装 pandoc 以及 wkhtmltopdf

OSX

brew install pandoc
brew install --cask wkhtmltopdf

Debian / Ubuntu

sudo apt install pandoc wkhtmltopdf