Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 552 Bytes

File metadata and controls

32 lines (20 loc) · 552 Bytes

Personal website code for the GitHub Pages site at https://ohookins.github.io.

Build

Install dependencies:

npm install

Build the site locally:

npm run build

Run the site locally:

npm run develop

Deployment

This repository uses GitHub Actions to build the site and deploy it to GitHub Pages.

The workflow is defined in .github/workflows/gatsby.yml.

Notes

  • The workflow uses package-lock.json/npm.
  • Contentful credentials must be supplied via GitHub secrets: SPACE_ID and ACCESS_TOKEN.