- Install Hugo. (
apt-get install hugo
,brew install hugo
, etc.) - Run
hugo server
in the root directory of this repository. - Visit
http://localhost:1313
.
Alternatively you can just docker-compose up
and visit http://localhost:1313
.
- Run
hugo
in the root directory of this repository.
content/
- HTML pages with contentlayouts/
- THe layout & structure of the websitelayouts/partials/sponsors.html
- Sponsors
assets/
- CSS, JS, images, etc.hugo.yaml
- Site configuration, main menu lives here
Add the img-popup-trigger
class to an image to make it open a popup with a larger version of the image when clicked.