This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a modified version of this: https://github.com/ggreer/jekyll-gallery-generator | |
# | |
# Maybe I should actually fork this at some point but I didn't actually think that | |
# this was something that would stand the chance of getting merged back into | |
# the actual plug-in itself. | |
# | |
# Basically my mods allow for you to have a structure which looks changes from this: | |
# http://example.com/gallery/awesome-trip-2015/awesome-photo-from-my-trip-001.jpg | |
# and is converted to this: | |
# http://example.com/gallery/awesome-trip-2015/awesome-photo-from-my-trip-001/ (notice the third level). |