Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 632 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 632 Bytes

photo-site

A site for displaying photos

Netlify Status

Development

Install netlify-cli with brew install netlify-cli and then:

netlify dev

Which will also simulate edge functions, etc.

Alternatively, hugo directly:

hugo serve

Flickr API

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)