1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-01 07:00:05 +01:00
fresh-themes/themes/awesome
2015-12-29 14:21:09 -05:00
..
src/latex Awesome: Fix incorrect blank lines for LaTeX. 2015-12-08 20:26:01 -05:00
awesome.json Add message tips to Awesome and Modern themes. 2015-12-29 14:21:09 -05:00
README.md Adjust résumé spelling for the correctionalists. 2015-12-18 16:47:01 -05:00

Theme: Awesome

An experimental FluentCV theme based on Byungjin Park's Awesome-CV résumé template for LaTeX.

Use

  1. Run fluentcv build my-resume.json to out/my-resume.all -t awesome to create a LaTeX résumé in the Awesome-CV style using your FRESH or JSON Resume resume.

  2. Generate a styled PDF by running xelatex my-resume.tex in the examples folder generated in Step 1. You'll need a valid and updated LaTeX environment on your local machine, such as MiKTeX 2.9.5721.

Warning

For this theme to work the same way the original Awesome-CV theme works, there are 3 symlinks in the examples folder that need to exist:

  • awesome-cv.cls should link to ../awesome-cv.cls.
  • fontawesome.sty should link to ../fontawesome.sty.
  • fonts should link to ../fonts (folder).

FluentCV creates these by default when it generates a resume under the awesome theme. To create these symlinks manually, either use the Linux / OS X symlink command for all three or, if on Windows, run use mklink /H for the first two and mklink /J for the last.

License

Themes are licensed under MIT. See LICENSE.md.