Static accessible gallery generator

Back to code projects

Demo Download on Github

This is a fork of J Sanderson's gallery generator. The script generates a static version of my gallery framework. Everything happens on your end, and what you get are ready-made HTML files for you to upload to your website with no client-side Javascript necessary. It has the benefits of a static site generator, but localized and without all the overhead.

This isn't as powerful as the PHP/SQL version of the gallery, but it's easy to set up and use and works on any web host. In any case, it removes the tedium of manually maintaining your own image gallery.

Detailed instructions for how to run this can be found on Github.

Features

  • Streamlined implementation of alt text, image descriptions, and optional editor comments
  • Customizable pagination
  • Easy to set up
  • Runs quickly
  • Final webpage is completely static with no Javascript needed - everything happens on your computer