yet another simple static gallery generator
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# -*- coding: utf-8 -*- |
|
|
|
source = 'pictures' |
|
thumb_suffix = '.tn' |
|
thumb_size = (200, 150) |
|
keep_orig = True |
|
|
|
links = [('Example link', 'http://example.org'), |
|
('Another link', 'http://example.org')] |
|
|
|
copyright = "An example copyright message" |
|
|
|
# theme = 'galleria' |
|
# thumb_size = (280, 210)
|
|
|