2015-01-19 23:42:47 +01:00
|
|
|
author = "John Doe"
|
2018-08-27 00:11:07 +02:00
|
|
|
title = "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
|
2020-11-25 23:20:41 -03:00
|
|
|
thumb_video_delay = 5
|
2020-11-25 22:56:35 -03:00
|
|
|
# img_format = 'jpeg'
|
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"),
|
|
|
|
|
]
|
|
|
|
|
|
2018-01-07 00:59:41 +01:00
|
|
|
files_to_copy = (("../watermark.png", "watermark.png"),)
|
|
|
|
|
|
2019-08-26 00:54:29 +02:00
|
|
|
plugins = [
|
|
|
|
|
"sigal.plugins.adjust",
|
|
|
|
|
"sigal.plugins.copyright",
|
2019-08-29 00:08:20 +02:00
|
|
|
"sigal.plugins.extended_caching",
|
2019-08-26 00:54:29 +02:00
|
|
|
"sigal.plugins.feeds",
|
|
|
|
|
"sigal.plugins.nomedia",
|
|
|
|
|
"sigal.plugins.watermark",
|
|
|
|
|
"sigal.plugins.zip_gallery",
|
|
|
|
|
]
|
2018-08-27 00:11:07 +02:00
|
|
|
copyright = "© An example copyright message"
|
2018-02-20 00:05:02 +01:00
|
|
|
adjust_options = {
|
|
|
|
|
"color": 0.9,
|
|
|
|
|
"brightness": 1.0,
|
2014-06-01 00:13:57 +02:00
|
|
|
"contrast": 1.0,
|
|
|
|
|
"sharpness": 0.0,
|
|
|
|
|
}
|
2018-08-27 00:11:07 +02:00
|
|
|
watermark = "watermark.png"
|
2018-02-20 00:05:02 +01:00
|
|
|
watermark_position = (10, 10)
|
2015-03-02 20:55:37 +05:30
|
|
|
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
|
|
|
|
2019-02-08 23:38:37 +01:00
|
|
|
rss_feed = {"feed_url": "http://127.0.0.1:8000/feed.rss", "nb_items": 10}
|
|
|
|
|
atom_feed = {"feed_url": "http://127.0.0.1:8000/feed.atom", "nb_items": 10}
|
2014-06-07 23:02:43 +02:00
|
|
|
|
2016-03-06 00:05:23 +01:00
|
|
|
# theme = 'photoswipe'
|
2020-12-17 23:49:33 -03:00
|
|
|
# theme = 'galleria'
|
|
|
|
|
# thumb_size = (280, 210)
|
|
|
|
|
# galleria_theme = 'folio'
|
2015-09-01 23:09:01 +02:00
|
|
|
# show_map = True
|