Static website source of ggbergen.org
Site is built using the SSG feature of Next.js
- Node 20+ installed.
- Clone the repository
npm install
npm run dev
npm run build
- Build goes to
/out
directory
The repository is configured to automatically deploy to Github Pages, you just have to set GitHub Actions
as the Build and Deployment source setting in the repo Pages settings.