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

26 lines
667 B
Python
Raw Normal View History

2012-12-18 00:34:14 +01:00
# -*- coding: utf-8 -*-
author = 'John Doe'
2014-11-23 16:02:23 +01:00
title = u"Sigal test gallery ☺"
source = 'pictures'
thumb_suffix = '.tn'
keep_orig = True
links = [('Example link', 'http://example.org'),
('Another link', 'http://example.org')]
2015-03-02 20:55:37 +05:30
plugins = ['sigal.plugins.adjust', 'sigal.plugins.copyright', 'sigal.plugins.watermark']
2014-06-01 00:13:57 +02:00
copyright = u"© An example copyright message"
adjust_options = {'color': 0.0, 'brightness': 1.0,
'contrast': 1.0, 'sharpness': 0.0}
2015-03-02 20:55:37 +05:30
watermark = "watermark.png"
watermark_position = "tile"
watermark_opacity = 0.3
theme = 'colorbox'
thumb_size = (200, 150)
# theme = 'galleria'
# thumb_size = (280, 210)
# show_map = True