Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months ago
JSON representation
My Curriculum Vitae
- Host: GitHub
- URL: https://github.com/shunk031/cv
- Owner: shunk031
- Created: 2022-03-04T15:13:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T15:19:28.000Z (7 months ago)
- Last Synced: 2024-06-11T21:54:27.814Z (7 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
[![CI](https://github.com/shunk031/CV/actions/workflows/ci.yaml/badge.svg)](https://github.com/shunk031/CV/actions/workflows/ci.yaml) [![Build docker image](https://github.com/shunk031/CV/actions/workflows/build_docker_image.yaml/badge.svg)](https://github.com/shunk031/CV/actions/workflows/build_docker_image.yaml)
[![Download latest CV](https://img.shields.io/badge/Download%20the%20latest%20CV-pdf-blue.svg)](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
```