Migrate *all* photos to the cavelab setup. Header/footer still broken.

Completely remove the other image gallery themes.

I now have: image galleries, with lightboxes, and captions, with links
in them (and to Hugo pages), with full images lazy-loaded, with all
thumbnails auto-generated, and the ability to do this on both
individual images *and* with globbing, from page resources, from this
page or any specified one.  See cavelab_notes.txt.

It also has the ability to use Exif data of the photo - if I
preprocess it into a JSON file.

Known issues:
- The theme header/footer are now being overridden.  I am working to
  fix this first.
- I am missing some kind of fonts/images needed for the lightbox to
  show up properly.
This commit is contained in:
Chris Hodapp
2022-09-04 12:31:08 -04:00
parent be54e20811
commit 94310f0f9d
47 changed files with 1105 additions and 639 deletions

View File

@@ -12,15 +12,13 @@ tags:
- cincinnati night photo
---
{{< load-photoswipe >}}
Gawd, it's been forever since I've posted. Seeing Mandy post wonderful pictures regularly at http://kalpanasutra.wordpress.com/ has been an inspiration, but alas, I am still incredibly lazy when it comes to blog posting. I'm working on it.
In the midst of an eggnog party at Venue 222 I found myself on the roof of the 5-story building, and I absolutely loved the view of downtown Cincinnati from up there.
{{< gallery >}}
{{< figure page="images" resource="2010-11-venue222/20101113-DSC_1325.jpg" >}}
{{< figure page="images" resource="2010-11-venue222/20101113-DSC_1330.jpg" >}}
{{< figure page="images" resource="2010-11-venue222/20101113-DSC_1338.jpg" >}}
{{< figure page="images" resource="2010-11-venue222/20101113-DSC_1339.jpg" >}}
{{< figure page="images" resources="2010-11-venue222/20101113-DSC_1325.jpg" >}}
{{< figure page="images" resources="2010-11-venue222/20101113-DSC_1330.jpg" >}}
{{< figure page="images" resources="2010-11-venue222/20101113-DSC_1338.jpg" >}}
{{< figure page="images" resources="2010-11-venue222/20101113-DSC_1339.jpg" >}}
{{< /gallery >}}