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. +