Eyap53 / jsonresume-theme-lacour

A theme for JSONResume, in French / English

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom JSONResume theme

A theme for JSONResume that relies on Bootstrap and FontAwesome. Initially based on LinuxBozo's theme but modified to better fit my needs, particularly in the header and sections displays.

Usage

You should use resume-cli to obtain your resume.

Convert to PDF:

  • With wkhtmltopdf, convert it to pdf with : wkhtmltopdf --enable-local-file-access -B 0 -L 0 -R 0 -T 0 -d 300 --viewport-size 1980 out/resume.html out/resume.pdf

Tips

As of now, the theme supports the following profiles in the basics.profiles array.

  • Facebook
  • Github
  • Twitter
  • Google Plus
  • YouTube
  • Vimeo
  • Linkedin
  • Pinterest
  • Flickr
  • Behance
  • Dribbble
  • CodePen
  • Soundcloud
  • Steam
  • Reddit
  • Tumblr
  • Stack Overflow
  • Bitbucket
  • Gitlab

Every single one of these is optional, and every field in the basics.profiles array must be entered without spaces. This theme will try to use the matching -square version of the icon from FontAwesome if it doesn't already have support for one of your profiles. If you want support for more social networks, feel free to leave an issue, or even better, submit a pull request. Thanks.

If you want to keep your resume mobile-friendly, please limit the number of profiles to 10, please. No one should have over 10 profiles on their resume anyway.

Every section is optional also. If per se, you do not include the publications array in your resume.json, no publications section will appear.

If you find any other problems with this theme, do feel free to leave an issue. Thanks.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A theme for JSONResume, in French / English

License:MIT License


Languages

Language:JavaScript 57.9%Language:CSS 42.1%