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:
@@ -14,8 +14,6 @@ tags:
|
||||
- workfest
|
||||
---
|
||||
|
||||
{{< load-photoswipe >}}
|
||||
|
||||
Typical morning, finishing up of some work, watching a deck get assembled...
|
||||
|
||||
After that we went to a church about 30-40 minutes away and had dinner with the families whose homes we were repairing. Some people got up to talk and expressed a lot of gratitude in general.
|
||||
@@ -32,14 +30,14 @@ It's miles apart from other environments I've been in, where I had suspicion tha
|
||||
|
||||
Photos:
|
||||
|
||||
{{< figure page="images" resource="2008-03-workfest/img_6359.jpg" caption="Sky in the morning">}}
|
||||
{{< figure page="images" resources="2008-03-workfest/img_6359.jpg" caption="Sky in the morning">}}
|
||||
|
||||
We were repairing Connie's house; this photo has Andy (one of the crew leaders), Connie, and Heather (Connie's daughter)
|
||||
|
||||
{{< figure page="images" resource="2008-03-workfest/6389e.jpg" caption="Andy, Connie, Heather">}}
|
||||
{{< figure page="images" resources="2008-03-workfest/6389e.jpg" caption="Andy, Connie, Heather">}}
|
||||
|
||||
{{< figure page="images" resource="2008-03-workfest/6369e.jpg" caption="More progress on the deck">}}
|
||||
{{< figure page="images" resources="2008-03-workfest/6369e.jpg" caption="More progress on the deck">}}
|
||||
|
||||
{{< figure page="images" resource="2008-03-workfest/6367e.jpg" caption="Random cat with no tail">}}
|
||||
{{< figure page="images" resources="2008-03-workfest/6367e.jpg" caption="Random cat with no tail">}}
|
||||
|
||||
Random cat that would hang around
|
||||
|
||||
Reference in New Issue
Block a user