Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 759 Bytes

File metadata and controls

28 lines (18 loc) · 759 Bytes

UCSB Library Carpentry Workshops

This repository is the source for the GitHub Pages site:

https://ucsbcarpentry.github.io

Built with Hugo

This site is built using the Hugo static site generator.

Local Development

  1. Install Hugo
  2. Run the development server:
    hugo server
  3. Visit http://localhost:1313

Adding Content

  • Workshops: Add markdown files to content/workshop/
  • Meetings: Add markdown files to content/meeting/
  • Static pages: Add to content/ or content/community/

Deployment

The site automatically deploys to GitHub Pages via GitHub Actions when changes are pushed to the main branch.