Files
sigal/tests/sample/sigal.conf.py
2013-08-04 01:08:59 +02:00

15 lines
298 B
Python

# -*- 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)