I incorporate this project into my personal website. It has the same layout with some improvements and now all data from there is being managed by TinaCMS in json files.
Some useful URLS:
- New CV Page: https://www.raulmelo.dev/cv
- The PR which moved everything: raulfdm/raulmelo.dev#501
- TinaCMS: tinacms.org/
💼 Responsive and Printable CV using React and rendering a static website with GatsbyJS!
- NextJS - React Server Side Rendering;
- styled-components - Styling React components;
- Zeit.co - Hosting and CI;
- Open your terminal and clone the project
$ git clone https://github.com/raulfdm/cv.git
$ cd cv/
- Install all dependencies:
$ yarn install
- Run locally:
$ yarn dev