The idea of the project is to create an easy to set up website for your CV
To do this I used docker compose with nginx and latex docker image from kjarosh
- Clone the repo
- Put your .tex files into
latexfolder (for each .tex file you will receive one .pdf) - Add your html to
frontfolder - Enter your port and domain name into
.envfile - Run
make start - Run
make restartto apply your changes - If case something brakes you can run
make rebuild
- Sometimes compose doesn't build
builderimage first and you need to build it explicitly - Https not supported (plan to add nginx-proxy-manager)
- Sometimes you miss latex packages required to render pdf
- 404 page displays nothing