Aron-HD / joshhd-portfolio

Portfolio website built for joshhd.co.uk

Home Page:https://joshhd.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
}

About

Portfolio website built for joshhd.co.uk

https://joshhd.netlify.app

License:MIT License


Languages

Language:JavaScript 86.7%Language:SCSS 13.3%