This repository contains my jsonresume and instructions on how to build it as well as export.
Use the following build command to create build/resume.pdf
. Some themes do not go well with pdf exporting, as
it is done with chromium headless browser. Openning a local server and pressing Print
in Chrome generally works better.
The theme is just an example, other themes can be used.
make clean pdf THEME=stackoverflow
Use the following command to create a container serving the resume with the specified theme at http://localhost:4000
.
This page can be printed or save as a PDF. The theme is just an example, other themes can be used.
make server THEME=stackoverflow
- Only themes in the specific format are installed, that is
jsonresume-theme-*
- Some themes fail to generate the server or the pdf (shrug)
- Some themes are old and contain different json keyworks like
website
instead ofurl
, few of them actually do everything right