Personal website code for the GitHub Pages site at https://ohookins.github.io.
Install dependencies:
npm installBuild the site locally:
npm run buildRun the site locally:
npm run developThis repository uses GitHub Actions to build the site and deploy it to GitHub Pages.
The workflow is defined in .github/workflows/gatsby.yml.
- The workflow uses
package-lock.json/npm. - Contentful credentials must be supplied via GitHub secrets:
SPACE_IDandACCESS_TOKEN.