From eb86dec6845dd452e26b53e7b4c083bd97ecfd5a Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Thu, 1 Aug 2024 08:56:45 +0200 Subject: [PATCH] revert unrelated changes to test config file --- tests/sample/sigal.conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/sample/sigal.conf.py b/tests/sample/sigal.conf.py index ff928d1..4d9ae39 100644 --- a/tests/sample/sigal.conf.py +++ b/tests/sample/sigal.conf.py @@ -34,14 +34,14 @@ watermark = "watermark.png" watermark_position = (10, 10) watermark_opacity = 0.3 -theme = "photoswipe" +theme = "colorbox" thumb_size = (200, 150) 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} -# theme = 'colorbox' +# theme = 'photoswipe' # theme = 'galleria' # thumb_size = (280, 210) # galleria_theme = 'folio' -# show_map = True +show_map = True