Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 641 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 641 Bytes

cugas-web

A simple, minimalist website for the CU Gastronomy Society.

Shortcodes

  • "Did you know?"
  • Instagram handle link

Thumbnail generation: magick montage *.jpeg -geometry +18+18 thumb.jpg

File name randomization:

#!/bin/bash
for f in *.jpg; do
  mv "$f" $RANDOM-"$f"
done

New review: hugo new -k reviews reviews/restaurant

Deployment

Published to Netlify here.

Credits

Thanks to Hishand Studio for personal, non-commercial use of the Gyahegi font.

License

Code and styles under MIT. Text under CC BY-NC-SA 4.0.