Skip to content

patrickn/neaveynet-hugo

Repository files navigation

neavey.net

Netlify Status

Attribution:

This site has been generated with Hugo using the LoveIt theme, and stored publicly here on Github. Updates are done on the go using a Git client, changes are then uploaded to Github and detected by Netlify to trigger automatic deploys.

Anyone considering a similiar setup, check out the following articles:

Hugo on the Go: Static Blogging from an iPhone

The very cool Fediverse commenting is courtesy of Daniel Pecos Martinez from an original article by Carl Schwan.

Notes

Images larger than 700k optimized with optipng or jpegoptim.

   $ fd -e jpeg -e jpg -S +700k -x jpegoptim --size=600k {}
   $ optipng <filename.png>

HEIC Conversion

   $ heif-convert -q 100 IMG_xxxx.heic IMG_xxxx.jpeg
   $ convert IMG_xxx.jpeg -resize 1024x1024 IMG_xxx.jpeg