Skip to content

Custom sigal theme based on krylovsk/sigal-justlight and pretty heavily changed

Notifications You must be signed in to change notification settings

rhaamo/sigal-ottpossum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ottpossum personal theme for Sigal

A simple theme for Sigal using:

album view image view

Features

  • 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.)

Configuration

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"

Special markdown formatting options

Some parts of the theme will uses the markdown meta, such as listing custom Film used, camera, scanner, or aperture/speed etc.

Album markdown options

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 line
  • FilmScanner: The scanner model "Epson V600" "DSLR whatever"

Pictures markdown options

  • ShotAperture: Example "8", will shows as "f/8"
  • ShotSpeed: Example "1/200"
  • ShotISO: Will override FilmISO, example "200"
  • ShotFocal: Example "100 mm"

About

Custom sigal theme based on krylovsk/sigal-justlight and pretty heavily changed

Topics

Resources

Stars

Watchers

Forks