Skip to content

Smittey/Smittey

Repository files navigation

smittey.co.uk

Tech and Career blog by Andy Smith, senior software engineer based in London, UK.


Built using:

  • Gatsby
  • GraphQL
  • Contentful

Run locally:

npm start

Build:

npm run build

How to use?

This website was built using Contentful as a CMS. All content and models are there. GraphQL is used to query Contentful for content. If you wish to use in this way you need a local .env file containing the following variables:

CONTENTFUL_SPACE_ID=<YOUR_SPACE_ID>
CONTENTFUL_ACCESS_TOKEN=<YOUR_TOKEN>

TODO:

  • Improve error logging
  • Address accessibility

Releases

No releases published

Packages

No packages published