Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```