Files
sigal/tests/sample/sigal.conf.py

15 lines
298 B
Python
Raw Normal View History

2012-12-18 00:34:14 +01:00
# -*- 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)