a static gallery generator plugin for Pelican using Colorbox and Galleria
themes | ||
__init__.py | ||
album.py | ||
compat.py | ||
image.py | ||
LICENSE | ||
pkgmeta.py | ||
README.md | ||
siglican.py | ||
utils.py | ||
video.py | ||
writer.py |
siglican
A static gallery generator plugin for Pelican, based on the Sigal Colorbox/Galleria generator by Simon Conseil.
##Notes
- The bulk of the code is ported from Sigal v0.8.0.
- Removal of Sigal process handling, rewriting Sigal settings variables, and integration as a Pelican Generator plugin by Scott Boone.
- The core python code used to generate gallery directories and images as well as to populate the Jinja environment with album metadata is in beta. Jinja templates are incomplete.
To Do
- Update galleria theme to work.
- Change settings names to something other than SIGAL_*
- Unit tests.
- Logging cleanup.
- General code and documentation cleanup.