I'm splitting my blog into a protected part and two public parts one of which is an image gallery. I found a not very easy to use but very nice looking gallery theme which turns out not to be a them...

Lightbox Image Gallery

Having added exif to individual images I was in pursuit of a way to create image galleries and was able to directly use the code from this page which is a shortcode that c...

A few Hugo tweaks

I wanted to be more selective about which posts are displayed at least until there is a way to control access on a post-by-post basis if that ever becomes possible (that seems unli...

Exif Tags

I always like to see the technical details of a photo via the Exif tags and Hugo supports this out of the box via custom made shortcodes. I tried first following this post but was unable...

Tags

I have a few tags with spaces which render in the tag cloud as hyphens which is OK but the linked pages are always empty. I found the fix in tags/list.html where I had to change

 {{ $tag :=...

Customising the theme

I'm using the Jeffprod theme which meets my needs almost out of the box with a tag cloud, recent posts and an archive widget. This last one was not obvious to get working but...

Grav to Hugo

I have a blog which is mostly a record of all family holidays since 2002 and has been in various formats since its' inception:

  • Hand written html and css files which very quickly bec...