jekyllcv¶ ↑
CV based on YAML, using jekyll. * Github Repository: marcelofpfelix/jekyllcv * webpage: marcelofpfelix.github.io/jekyllcv
Converts this yaml file in the printing html page seen bellow.
user: name: "Henriques D. Afonso" avatar: assets/img/afonso.jpg bio: CEO @portugal url: bandonga.com/cv/user email_user : afonso email_domain : portugal.pt links: - linkedin - github
Example¶ ↑
To see an example, please check the {demo}[https://marcelofpfelix.github.io/jekyllcv/user] CV , using this yaml file. * You can also check Marcelo Félix real CV, available at {bandonga.com/cv/marcelo}[https://bandonga.com/cv/marcelo], using this yaml file.
Using:¶ ↑
-
{jekyll/jekyll}[https://github.com/jekyll/jekyll]: static site generator
-
{FortAwesome/Font-Awesome}[https://github.com/FortAwesome/Font-Awesome]: icon toolkit
-
{cognitom/paper-css}[https://github.com/cognitom/paper-css]: front-end printing solution
-
{necolas/normalize.css}[https://github.com/necolas/normalize.css]: CSS resets
-
{google/fonts}[https://github.com/google/fonts]: catalog with fonts
-
{lipis/flag-icon-css}[https://github.com/lipis/flag-icon-css]: collection with country flags in CSS
-
{jquery/jquery}[https://github.com/jquery/jquery]: lib to simplify HTML DOM selection
-
{moment/moment}[https://github.com/moment/moment]: lib to calculate dates
-
{davatron5000/FitText.js}[https://github.com/davatron5000/FitText.js]: font resizing
Inspired by:¶ ↑
-
{AnotherKamila/yamlCV}[https://github.com/AnotherKamila/yamlCV]
-
{mmistakes/minimal-mistakes}[https://github.com/mmistakes/minimal-mistakes]