Rename YAML file to be consistent with letter-boilerplate

This commit is contained in:
zool 2015-11-16 14:44:49 +01:00
parent 8ba98b154e
commit ff74cdc313
3 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ To install pandoc on Mac OS X, run `brew install pandoc`. To install it on Linux
git clone git@github.com:mrzool/cv-boilerplate.git && cd cv-boilerplate && rm -rf .git
2. Open `content.yml` with your text editor and fill it with your personal details, work experience, education, and desired settings.
2. Open `details.yml` with your text editor and fill it with your personal details, work experience, education, and desired settings.
3. Run `make` to compile the PDF.
4. Tweak on `template.tex` until you're satisfied with the result.

View File

@ -1,4 +1,4 @@
output.pdf : template.tex content.yml
output.pdf : template.tex details.yml
pandoc $(filter-out $<,$^ ) -o $@ --latex-engine=xelatex --template=$<
clean :