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:
@@ -11,16 +11,14 @@ categories:
|
||||
- Project
|
||||
---
|
||||
|
||||
{{< load-photoswipe >}}
|
||||
|
||||
I picked up some very cheap extension tubes and a reversing ring for my DSLR, hoping to do some macro photography with them. However, I sort of ignored that both my lenses default to having their apertures at their narrowest setting (rather than their largest, which for some reason I assumed) until instructed otherwise whether electronically or via the aperture lever. This made it a bit more difficult to do a lot of the shots. I have a 49 to 52 mm step-up ring coming in the mail which will let me use the old SMC Pentax 50mm lens, which has an aperture ring, but it appears to be on a slow boat from China so it's not coming anytime soon.
|
||||
|
||||
{{< gallery >}}
|
||||
{{< figure page="images" resource="2010-12-macro/20101208-DSC_1517.jpg" caption="Part of business card" >}}
|
||||
{{< figure page="images" resource="2010-12-macro/20101208-DSC_1533.jpg" caption="LCD monitor" >}}
|
||||
{{< figure page="images" resource="2010-12-macro/20101208-DSC_1520.jpg" caption="CFL" >}}
|
||||
{{< figure page="images" resource="2010-12-macro/20101209-DSC_1535.jpg" caption="Plastic edge in alligator clips" >}}
|
||||
{{< figure page="images" resource="2010-12-macro/20101209-DSC_1539.jpg" caption="Those same alligator clips" >}}
|
||||
{{< figure page="images" resource="2010-12-macro/20101209-DSC_1546.jpg" caption="PCB" >}}
|
||||
{{< figure page="images" resource="2010-12-macro/20101209-DSC_1550.jpg" caption="Solder pads" >}}
|
||||
{{< figure page="images" resources="2010-12-macro/20101208-DSC_1517.jpg" caption="Part of business card" >}}
|
||||
{{< figure page="images" resources="2010-12-macro/20101208-DSC_1533.jpg" caption="LCD monitor" >}}
|
||||
{{< figure page="images" resources="2010-12-macro/20101208-DSC_1520.jpg" caption="CFL" >}}
|
||||
{{< figure page="images" resources="2010-12-macro/20101209-DSC_1535.jpg" caption="Plastic edge in alligator clips" >}}
|
||||
{{< figure page="images" resources="2010-12-macro/20101209-DSC_1539.jpg" caption="Those same alligator clips" >}}
|
||||
{{< figure page="images" resources="2010-12-macro/20101209-DSC_1546.jpg" caption="PCB" >}}
|
||||
{{< figure page="images" resources="2010-12-macro/20101209-DSC_1550.jpg" caption="Solder pads" >}}
|
||||
{{< /gallery >}}
|
||||
|
||||
Reference in New Issue
Block a user