Skip to content

whargrove/weshargrovephotography

Repository files navigation

Wes Hargrove Photography

Build Status

How to Build

make serve

Adding a New Photo

  1. Upload photo to blob storage

  2. Create photo content

    % hugo new photos/name.md -k photo

  3. Edit template

Deploy

make deploy

Misc

Rename files from STDIN with bash.

Forces (for case insensitive filesystems 🛎) rename and replaces ' with empty char and space with hyphen.

rename -f -c -S "'" "" -S " " "-"