2012-12-18 00:34:14 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
2012-11-09 14:43:08 +01:00
|
|
|
|
2015-01-19 23:42:47 +01:00
|
|
|
author = 'John Doe'
|
2014-11-23 16:02:23 +01:00
|
|
|
title = u"Sigal test gallery ☺"
|
2013-05-07 00:57:07 +02:00
|
|
|
source = 'pictures'
|
2012-12-15 00:13:08 +01:00
|
|
|
thumb_suffix = '.tn'
|
|
|
|
|
keep_orig = True
|
2012-11-09 14:43:08 +01:00
|
|
|
|
2012-12-22 16:13:52 +01:00
|
|
|
links = [('Example link', 'http://example.org'),
|
|
|
|
|
('Another link', 'http://example.org')]
|
|
|
|
|
|
2014-06-07 23:02:43 +02:00
|
|
|
plugins = ['sigal.plugins.adjust', 'sigal.plugins.copyright',
|
|
|
|
|
'sigal.plugins.watermark', 'sigal.plugins.feeds', ]
|
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
|
2015-09-01 16:06:16 +02:00
|
|
|
|
2015-09-01 23:09:01 +02:00
|
|
|
theme = 'colorbox'
|
|
|
|
|
thumb_size = (200, 150)
|
2015-09-01 16:06:16 +02:00
|
|
|
|
2014-06-07 23:02:43 +02:00
|
|
|
rss_feed = {'feed_url': 'http://example.org/feed.rss', 'nb_items': 10}
|
|
|
|
|
atom_feed = {'feed_url': 'http://example.org/feed.atom', 'nb_items': 10}
|
|
|
|
|
|
2016-03-06 00:05:23 +01:00
|
|
|
# theme = 'photoswipe'
|
2016-10-24 00:19:06 +02:00
|
|
|
# theme = 'galleria'
|
2015-09-01 23:09:01 +02:00
|
|
|
# thumb_size = (280, 210)
|
|
|
|
|
# show_map = True
|