The personal website of Andy Smith, senior software engineer based in London, UK.
- Gatsby
- GraphQL
- Contentful
npm start
npm run build
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>
- Improve error logging
- Improve responsiveness
- Address accessibility