A simple theme for Sigal using:
- Media view lightbox with Lightbox
- Album view with Justified Gallery
- Collection view based on Sigal's built-in Galleria theme
- OpenGraph (and twitter) embeds
- Some Markdown tags made for proper film photography metadatas display (scanner model, stop, speed, iso, etc.)
You should put it like that or things will broke or even explode:
img_size = (1024, 768)
make_thumbs = True # to have thumbs *shrug*
thumb_size = (200, 150)
thumb_fit = False
keep_orig = True # for the lightbox
# you will also need the media_page plugin !
plugins = [
...
'sigal.plugins.media_page'
...
]
# Custom settings
embeds_url = "https://your.gallery.tld/" # with the final /
# Leave like that if you haven't made your own changes in your repository
custom_theme_url = "https://github.com/rhaamo/sigal-ottpossum"Some parts of the theme will uses the markdown meta, such as listing custom Film used, camera, scanner, or aperture/speed etc.
Note: FilmScan is needed to show the ISO, camera, aperture, speed etc. in media pages.
FilmUsed: The film used, example "Ilford HP5 Plus"FilmISO: ISO rating of the film, example "400"FilmCamera: The camera used, example "Nikon F90x"FilmScan: Is it a film that have been scanned? true or entirely ommit the lineFilmScanner: The scanner model "Epson V600" "DSLR whatever"
ShotAperture: Example "8", will shows as "f/8"ShotSpeed: Example "1/200"ShotISO: Will overrideFilmISO, example "200"ShotFocal: Example "100 mm"

