Skip to content

Aron-HD/joshhd-portfolio

Repository files navigation

joshhd.co.uk

JavaScript Gatsby GraphQL HTML5 SASS Styled Components GitHub Actions

Creative portfolio website for joshhd.co.uk.

Netlify Status

Built with Gatsby, Contentful and GraphQL, deployed via Netlify, managed with kanban project in GitHub.


Environment variables

Put Contentful env variables in .env.production file:

CONTENTFUL_SPACE_ID=<space-id>
CONTENTFUL_ACCESS_TOKEN=<access-token>

To set the node environment to pick these up during build and serve:

"scripts": {
    "build": "set NODE_ENV=production& gatsby build",
    "serve": "set NODE_ENV=production& gatsby serve"
}