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:
@@ -8,8 +8,6 @@ tags:
|
||||
- Technobabble
|
||||
---
|
||||
|
||||
{{< load-photoswipe >}}
|
||||
|
||||
My [last post](./2011-08-27-isolated-pixel-pushing.html) mentioned a
|
||||
program called [Context Free](http://www.contextfreeart.org/) that I
|
||||
came across via the [Syntopia](http://blog.hvidtfeldts.net/) blog as
|
||||
@@ -31,14 +29,14 @@ I downloaded the program, started it, and their welcome image (with
|
||||
the relatively short source code right beside it) greeted me, rendered
|
||||
on-the-spot:
|
||||
|
||||
{{< figure resource="welcome.png" title="welcome.png">}}
|
||||
{{< figure resources="welcome.png" title="welcome.png">}}
|
||||
|
||||
The program was very easy to work with. Their quick reference card was
|
||||
terse but only needed a handful of examples and a few pages of
|
||||
documentation to fill in the gaps. After about 15 minutes, I'd put
|
||||
together this:
|
||||
|
||||
{{< figure resource="spiral-first-20110823.png" title="spiral-first-20110823.png">}}
|
||||
{{< figure resources="spiral-first-20110823.png" title="spiral-first-20110823.png">}}
|
||||
|
||||
Sure, it's mathematical and simple, but I think being able to put it
|
||||
together in 15 minutes in a general program (i.e. not a silly ad-hoc
|
||||
@@ -71,9 +69,9 @@ rule SQUARE1 {
|
||||
|
||||
I worked with it some more the next day and had some things like this:
|
||||
|
||||
{{< figure resource="tree3-abg.png" title="tree3-abg.png">}}
|
||||
{{< figure resources="tree3-abg.png" title="tree3-abg.png">}}
|
||||
|
||||
{{< figure resource="tree4-lul.png" title="tree4-lul.png">}}
|
||||
{{< figure resources="tree4-lul.png" title="tree4-lul.png">}}
|
||||
|
||||
I'm not sure what it is. It looks sort of like a tree made of
|
||||
lightning. Some Hive13 people said it looks like a lockpick from
|
||||
|
||||
Reference in New Issue
Block a user