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.
##How To
- Create a 'siglican' directory in your base directory (at the same level as 'content'.
- Create an 'images' directory under siglican. Folders under this level are albums.
- Create album and image metadata, as desired.
- Create theme directory inside of 'siglican'. Use the colorbox or galleria theme as a starting point. Make sure that your Pelican theme's base.html template has a 'head' block defined before </head>.
To Do
- Update galleria theme to work.
- Change settings names to something other than SIGAL_*
- Unit tests.
- Logging cleanup.
- General code and documentation cleanup.
##Credits
- The bulk of the code is ported from Sigal v0.8.0.
- Pelican integration by Scott Boone (sawall@github).