1,007 B
1,007 B
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
- Determine the best approach for merging Pelican and Sigal web themes. This will probably require putting Sigal theme information into the Pelican theme in order to facilitate loading Javascript and CSS in the html headers.
- Revise Sigal colorbox and galleria themes for easy inclusion into Pelican themes.
- Change settings names to something other than SIGAL_*
- Unit tests.
- Logging cleanup.
- General code and documentation cleanup.