33

There are a lot of static website generators out there, but most of them seem rather text-oriented (to my knowledge). What are the best image gallery static website generators?

( Note: I realize that a more general form of this question has been already been asked. I think this question is different enough to stand on its own. )

Community
  • 1
  • 1
alexbw
  • 2,028
  • 2
  • 21
  • 25
  • 2
    More specific question on [softwarerecs.se]: [Generate static picture gallery website with image captions from EXIF tags](http://softwarerecs.stackexchange.com/q/11135/60) – unor Aug 31 '14 at 13:39

5 Answers5

25

You definitely want to check sigal (demo). It is the cutest generator I've tried so far. It's also the most recent and up-to-date (inspired by pelican, the popular static blog engine - now powering kernel.org).

There is an extensive list here. Lazygal would be my second choice.

user48678
  • 2,382
  • 3
  • 24
  • 30
24

A relatively unknown gallery generator aimed mainly at photos can be fgallery (demo here). JavaScript only, but very stylish and simple. Doesn't support separate albums.

tardis
  • 419
  • 3
  • 5
6

llgal turns a folder of images into a simple gallery site with one simple command: llgal.

It's very tweakable.

Some basic options to get started:

  • --title "My Holiday Pictures" sets the gallery title to "My Holiday Pictures".
  • --sx 800 and --sy 800 scales the each framed image to max 800 height or max 800 width, and links to the full image.

Putting it all together:

llgal --title "My Holiday Pictures" --sx 800 --sy 800

and you're done!

uzsolt
  • 5,832
  • 2
  • 20
  • 32
Iain Samuel McLean Elder
  • 19,791
  • 12
  • 64
  • 80
4

I found jAlbum to be quite nice. It allows to create static galleries, and users can pick between different skins (or create their own). jAlbum is written in Java and is available for download for a variety of platforms.

flanth
  • 201
  • 1
  • 3
0

It's been a few years since I used it, but I found BINS did just what I wanted. Not sure if it's still maintained.

jrb
  • 487
  • 2
  • 8
  • Looks dead. Link is to freshmeat/freecode that links to http://bins.sautret.org/ which is an empty page with title "default". Going up a domain serves a frame enclosing http://jerome.sautret.free.fr/perso which no longer exists. – Stéphane Gourichon Mar 13 '20 at 15:37