Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 2.09 KB

README.md

File metadata and controls

49 lines (38 loc) · 2.09 KB

Gatsby Starter: Resume/CV Site with Prismic

This project is part of a YouTube series that's about building a Resume/CV site using Gatsby, Prismic and Netlify from scratch. You can check out the following series here:

https://www.youtube.com/watch?v=9eCOcJZR578&list=PLy3RjrA8UIYJZ08w6bmSDNX10ysI8JuDk

Feel free to Subscribe too ❤️

Preview site (deployed with Netlify)

Guide

Project setup

Prismic repo setup

  • Create a new Prismic repository
  • Go to gatsby-config.js file and edit the value of repositoryName to your Prismic repo name

Prismic custom types

  • Create a new single custom type called Homepage
  • Go to config/homepage.json in your project and copy everything in that file
  • Go to your newly created custom type and paste everything into the JSON Editor on the right side

Publish site from Prismic

Preview site

  • You can now do npm install
  • And then npm run dev
  • Preview your site

Setup Prismic trigger to Netlify

Credits

Socials