A site for displaying photos
Install netlify-cli with brew install netlify-cli
and then:
netlify dev
Which will also simulate edge functions, etc.
Alternatively, hugo directly:
hugo serve
In order to use the flickr API to get image details, one must set the params.nanog.flickr_api
with a valid flickr API key one can also set HUGOxPARAMSxNANOGxflickr_apikey
(for e.g. netlify's deploy)