2015-12-08 01:11:03 +00:00
|
|
|
Theme: Awesome
|
|
|
|
==============
|
2015-12-29 19:30:46 +00:00
|
|
|
An experimental resume theme based on [Byungjin Park's][author] awesome
|
2015-12-18 21:47:01 +00:00
|
|
|
[Awesome-CV][acv] résumé template for LaTeX.
|
2015-12-09 14:28:22 +00:00
|
|
|
|
|
|
|
## Use
|
|
|
|
|
2016-01-05 09:50:43 +00:00
|
|
|
1. Run `hackmyresume 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.
|
2015-12-09 14:28:22 +00:00
|
|
|
|
|
|
|
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][m].
|
|
|
|
|
|
|
|
## 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).
|
|
|
|
|
2016-01-05 09:50:43 +00:00
|
|
|
HackMyResume 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.
|
2015-12-09 14:28:22 +00:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
2015-12-29 19:30:46 +00:00
|
|
|
MIT. See [LICENSE.md][lic].
|
2015-12-09 14:28:22 +00:00
|
|
|
|
2015-12-08 01:11:03 +00:00
|
|
|
[acv]: https://github.com/posquit0/Awesome-CV
|
2015-12-09 14:28:22 +00:00
|
|
|
[m]: http://miktex.org/download
|
|
|
|
[desk]: http://fluentcv.com
|
|
|
|
[cli]: https://github.com/fluentdesk/fluentcv
|
2015-12-30 23:35:11 +00:00
|
|
|
[lic]: https://github.com/fluentdesk/fresh-themes/blob/master/LICENSE.md
|
2015-12-11 08:47:16 +00:00
|
|
|
[author]: https://github.com/posquit0
|