Skip to content

A simple, minimalist website for the CU Gastronomy Society

License

Notifications You must be signed in to change notification settings

matiasilva/cugas-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple, minimalist website for the CU Gastronomy Society

Resources

License

Stars

Watchers

Forks