https://github.com/shunk031/cv
My Curriculum Vitae
https://github.com/shunk031/cv
cv devcontainer docker docker-compose lualatex resume visual-studio-code
Last synced: 4 days ago
JSON representation
My Curriculum Vitae
- Host: GitHub
- URL: https://github.com/shunk031/cv
- Owner: shunk031
- Created: 2022-03-04T15:13:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T15:19:28.000Z (about 1 year ago)
- Last Synced: 2025-01-10T17:53:43.821Z (6 months ago)
- Topics: cv, devcontainer, docker, docker-compose, lualatex, resume, visual-studio-code
- Language: TeX
- Homepage: https://github.com/shunk031/CV/releases/latest/download/cv.pdf
- Size: 1.35 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LaTeX Files for My Curriculum Vitae
[](https://github.com/shunk031/CV/actions/workflows/ci.yaml) [](https://github.com/shunk031/CV/actions/workflows/build_docker_image.yaml)
[](https://github.com/shunk031/cv/releases/latest/download/cv.pdf)This CV is forked from [Just Another Research CV](https://github.com/SebastinSanty/Just-Another-Research-CV).
## Recommended: develop inside a container with VSCode
- Opening this repository will automatically start devcontainer
## Develop in a local environment with Docker
- (Optional) Build image
```shell
make docker-compose-up
```- Build cv.pdf
```shell
make docker-compose-make-pdf
```- Clean up files
```shell
make docker-compose-make-clean
```- Reflect changes in real-time
```shell
make docker-compose-make-watch
```