Group website for the Forming Worlds Lab at the Kapteyn Astronomical Institute, University of Groningen.
Built with Hugo and Tailwind CSS v4.
# Install dependencies
npm install
# Run development server
hugo server
# Build for production
hugo --minifyhugo new content team/<firstname-lastname>.mdThen edit the front matter — see archetypes/team.md for the template.
content/ # Markdown content pages
layouts/ # Hugo templates
assets/css/ # Tailwind CSS source
static/img/ # Images (faces, brand, illustrations)
data/ # Structured data (features, etc.)
The site is automatically deployed to GitHub Pages via GitHub Actions on push to main.