From 4e4ed15c70836deb94f6f722b9f08bc61c9d53d8 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 19 Aug 2026 20:49:35 +0200 Subject: [PATCH] add sigal static gallery generator - ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/pull/2848 --- src/site/generators/sigal.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/site/generators/sigal.md diff --git a/src/site/generators/sigal.md b/src/site/generators/sigal.md new file mode 100644 index 00000000..bf4f2fd4 --- /dev/null +++ b/src/site/generators/sigal.md @@ -0,0 +1,22 @@ +--- +title: sigal +repo: saimn/sigal +homepage: https://github.com/saimn/sigal +language: + - Python +license: + - MIT +templates: + - Jinja2 +description: Yet another simple static gallery generator. +--- + +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. +