Has anyone done a conversion of their gallery to a static site? I'd like to convert some of the top level albums in my gallery to static sites.
I tried with wget and get 90% of the way there, the thing I noticed I'm missing is the original image you get when clicking on the picture.
The command I used was
wget \
--mirror \
--convert-links \
--adjust-extension \
--page-requisites \
--no-parent \
-l inf \
-X 'gallery/index.php/album_ignore1*,gallery/index.php/album_ignore2*' \
-R 'album_ignore1*,album_ignore2*' \
Jon