Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 791 Bytes

File metadata and controls

22 lines (14 loc) · 791 Bytes

website

Website for the Computing Club at El Camino College. Uses Hugo and the Congo theme.

Usage

Be sure to install Hugo first.

Warning

Your hugo version must be less than v0.146.0. See this issue for details.

git clone git@github.com:ecc-computing-club/website
cd website
hugo serve

Then, visit http://localhost:1313/website/ in your browser.

Deployment

The github-pages.yaml GitHub Workflow is executed whenever commits are pushed to main.