Curriculum Vitae with gatsbyJS a static page generator for reactJs.
-
Most recruiters request a CV in Word to convert it in their layout. Often they even tweak the history in your CV in the hope's to win the project. that's why i decited to create an HTML CV which cannot be changed.
-
With a CV coded Javascript you could already show some of your skills by providing the CV.
-
It's easier to always have the exact same styling / format and just change the data.
-
I wanted to have a multi-language CV.
https://firsttris.github.io/gatsby-cv/
Instead of creating my own design, which would probably not so awesome, i decided to search on Github if someone already had a similar idea which i could fork and integrate with GatsbyJs.
This is what i used as source:
Source https://github.com/xriley/pillar-theme
This Bootstrap template is made by UX/UI designer Xiaoying Riley for developers and is 100% FREE under the Creative Commons Attribution 3.0 License (CC BY 3.0)
Based on best practices of gatsbyJS
- src/data/ - JSON Files
- src/markdown-pages/ - Markdown Files
- src/templates - Templates (main source for generation)
- src/components - Components
- src/translations - Localization
- src/assets - Assets, pictures and stuff
for more information on how to get started with Gatsby if refer to https://www.gatsbyjs.org/docs/