This repository is the source for the GitHub Pages site:
https://ucsbcarpentry.github.io
This site is built using the Hugo static site generator.
- Install Hugo
- Run the development server:
hugo server
- Visit http://localhost:1313
- Workshops: Add markdown files to
content/workshop/ - Meetings: Add markdown files to
content/meeting/ - Static pages: Add to
content/orcontent/community/
The site automatically deploys to GitHub Pages via GitHub Actions when changes are pushed to the main branch.