开发者

Best Static Photo Gallery Generator [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

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 s开发者_开发百科tand on its own. )


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.


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.


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!


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.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜