Browse Source

revert unrelated changes to test config file

pull/524/head
Simon Conseil 2 years ago
parent
commit
eb86dec684
  1. 6
      tests/sample/sigal.conf.py

6
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

Loading…
Cancel
Save