Skip to content
/ sigal Public
forked from saimn/sigal

yet another simple static gallery generator

License

Notifications You must be signed in to change notification settings

tanty/sigal

 
 

Repository files navigation

Sigal - Simple Static Gallery Generator

Travis-ci: continuous integration status. codecov.io

Sigal is yet another simple static gallery generator. It's written in Python and it allows to build a static gallery of images with the following features:

  • Process directories recursively.
  • Generate HTML pages using Jinja2 templates.
  • Relative links for a portable output.
  • Support themes, videos, EXIF tags, zip download.
  • Parallel processing.
  • MIT licensed.

The idea behind Sigal is to ease the use of the javascript libraries like galleria. These libraries do a great job to display the images, Sigal does what is missing: resize images, create thumbnails, generate HTML pages.

Sigal is compatible with Python 3.5+.

Links :

Themes & Demo

Sigal comes with three themes, based on the colorbox, galleria and photoswipe Javascript libraries:

About

yet another simple static gallery generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.5%
  • Python 14.8%
  • CSS 4.2%
  • HTML 2.5%