module Gallery
Overview
Create automatic image galleries
A gallery is a folder in galleries/ that:
- Has an index.md file
- Has one or more images
Then:
- The images are assumed copied and thumbnailed
- The index.md will be used to build a page with its contents and a nice display of the images below it.
Defined in:
gallery.crClass Method Summary
-
.new_gallery(path)
Create a new gallery
- .read_all(path)
- .render(galleries : Array(Gallery), prefix = "")