This branch contains the static export of the ShellHacks 2023 landing page for deployment to GitHub Pages.
- Custom Domain: 2023.shellhacks.net
- Branch: github-pages
- Deployment Method: GitHub Actions (automatic on push)
To test the static site locally:
npx serve .Then visit http://localhost:3000 in your browser.
index.html- Main landing page (75KB)404.html- Custom 404 error page_next/static/- Next.js static assets (CSS, JS chunks)assets/- Images, decorations, and sponsor logosfonts/- Custom pixel fontsimages/- Favicon and social media images.nojekyll- Prevents GitHub Pages from using JekyllCNAME- Custom domain configuration (2023.shellhacks.net).github/workflows/deploy.yml- GitHub Actions deployment workflowREADME.md- This file
To update the static site:
- Switch back to
mainbranch - Make your changes
- Run
npm run exportto rebuild static files - Switch to
github-pagesbranch - Copy new files from
out/directory - Commit and push
The GitHub Actions workflow will automatically deploy the changes.