Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ijustdev/job-application
A small repository for creating CVs and applications.
https://github.com/ijustdev/job-application
application cv cv-template developer-tools fast job-application latex pandoc tex
Last synced: 2 days ago
JSON representation
A small repository for creating CVs and applications.
- Host: GitHub
- URL: https://github.com/ijustdev/job-application
- Owner: IJustDev
- Created: 2020-06-07T00:48:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T00:53:19.000Z (over 4 years ago)
- Last Synced: 2024-11-23T07:25:29.909Z (2 months ago)
- Topics: application, cv, cv-template, developer-tools, fast, job-application, latex, pandoc, tex
- Language: TeX
- Homepage:
- Size: 54.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Applications / Bewerbungen
This repository is a small side project of mine that creates nice looking applications with a single yaml file.
It is used for my plan, to contact all companies within a radius of 20 kilometers.## Inspiration - Owner of Template
The CV template was **NOT** created by me. I downloaded it from [here][cv-template] and modified it to be a template used for lightning fast CV creating with `pandoc` and `yaml`.## Example
Take a look at the [CV][cv].Or take a look at the letter, created with this repository [by clicking here][letter].
## Prerequisites
There are some prerequisites which I can't even tell you exactly. But the things you need for sure are:
- pandoc - for replacing latex files content with yaml files data.
- make - for easy handling all file generations.
- latex - for compiling the document to an pdf
- latex fonts (debian package: texlive-fonts-extra) - for fontawesome icons## Usage
There is a file called [`data.yml`][data.yml]. Open it up and enter your credentials, it is very straight forward.```sh
make output/application.tar.gz
```This will then create a tar archive containing two files. `cv.pdf` and `letter.pdf`.
### Non-German Users
If you live in the US, or in another of the almost two hundred non-German lands please remember to open up [`developercv.cls`][developercv] and change all the German terms like `Schullaufbahn` to the english equivalent.Also take a look at the [`src/letter.tex`][letter.tex] file to change the default text that stays the same for every company to a less German sounding one.
[cv]: ./example/cv.pdf
[letter]: ./example/letter.pdf
[letter.tex]: ./example/letter.pdf
[data.yml]: ./data.yml
[developercv]: ./developercv.cls
[cv-template]: https://www.latextemplates.com/template/developer-cv