Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slabstone/moderncv-cv-builder
Build moderncv-based CV in Docker
https://github.com/slabstone/moderncv-cv-builder
cv docker moderncv resume
Last synced: about 2 months ago
JSON representation
Build moderncv-based CV in Docker
- Host: GitHub
- URL: https://github.com/slabstone/moderncv-cv-builder
- Owner: slabstone
- Created: 2023-08-15T18:26:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-15T19:18:40.000Z (over 1 year ago)
- Last Synced: 2023-08-15T20:28:58.725Z (over 1 year ago)
- Topics: cv, docker, moderncv, resume
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :page_facing_up: [moderncv](https://github.com/moderncv/moderncv) CV builder
Tired of guessing what packages are required to build your moderncv CV? You've come to the right place!
Build your CV with Docker and get PDF without fuss in three simple steps:
* clone this repo (_without_ submodules)
* put your CV source file somewhere in the repo dir
* run `make build SOURCE_FILENAME=`# Known Issues
moderncv [template](https://github.com/moderncv/moderncv/blob/master/template.tex) fails to build with error:
```
0.821 ! Undefined control sequence.
0.821 \Url Error ->\url used in a moving argument.
0.821
0.821 l.116 \makecvtitle
0.821
0.821 ?
0.821 ! Emergency stop.
0.821 \Url Error ->\url used in a moving argument.
0.821
0.821 l.116 \makecvtitle
0.821
0.821 ! ==> Fatal error occurred, no output PDF file produced!
```