Rename YAML file to be consistent with letter-boilerplate

master
zool 8 years ago
parent 8ba98b154e
commit ff74cdc313

@ -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.

@ -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 :

Loading…
Cancel
Save