Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions src/site/generators/sigal.md
Original file line number Diff line number Diff line change
@@ -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.