Skip to content

Newest rendition of my Portfolio. A 2 panel solution built with Gatsby, Contentful and Netlify

License

Notifications You must be signed in to change notification settings

soirs/Portfolio-Two-Panel

Repository files navigation

Demo

https://frankrs-portfolio-minimal.netlify.com/ Netlify Status

Todo

Purge comments

Install

git clone https://github.com/soirs/Portfolio-Two-Panel.git
yarn install

Setup Contentful

  1. Sign up for Contentful and create a new empty space

  2. yarn run setup

  3. Enter in the requested info for your Contentful space found here: app.contentful.comSpace SettingsAPI keys. You will need to provide both a standard API key (first tab) and a management key (second tab).

  4. Add this to an .env file in root of project

CONTENTFUL_PERSON_ID=xxxxx CONTENTFUL_SPACE_ID=xxxx CONTENTFUL_ACCESS_TOKEN=xxxx