https://github.com/danielkneipp/my-cv
Mirror from https://gitlab.com/DanielKneipp/cv-my
https://github.com/danielkneipp/my-cv
cv devops latex
Last synced: 5 months ago
JSON representation
Mirror from https://gitlab.com/DanielKneipp/cv-my
- Host: GitHub
- URL: https://github.com/danielkneipp/my-cv
- Owner: DanielKneipp
- Created: 2022-09-24T14:35:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-10T17:02:41.000Z (6 months ago)
- Last Synced: 2026-01-11T05:11:10.716Z (6 months ago)
- Topics: cv, devops, latex
- Language: TeX
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Build pdf with a container
```bash
make docker-build
TARGETS=all make docker-run
# TARGETS=bib make docker-run
# TARGETS=pdf make docker-run
# TARGETS=letter make docker-run
```
Build and develop with [devcontainers](https://code.visualstudio.com/docs/remote/containers)
> It can take several minutes for the image of the devcontainer to get built for the first time
```bash
make all
```