From d2f135435aba4decff472408132c226c23c54da2 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 14 Nov 2012 00:32:14 +0100 Subject: [PATCH] change the default theme to colorbox --- sigal/settings.py | 2 +- tests/sample/sigal.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sigal/settings.py b/sigal/settings.py index 3ba10a8..26f1374 100644 --- a/sigal/settings.py +++ b/sigal/settings.py @@ -38,7 +38,7 @@ _DEFAULT_CONFIG = { 'exif': '0', 'copyright': '', 'ext_list': '.jpg,.jpeg,.JPG,.JPEG,.png', - 'theme': 'default' + 'theme': 'colorbox' } diff --git a/tests/sample/sigal.conf b/tests/sample/sigal.conf index 3a6d11a..14c6a3c 100644 --- a/tests/sample/sigal.conf +++ b/tests/sample/sigal.conf @@ -5,8 +5,8 @@ # example config file # theme : -# - default, galleria, or the path to a custom theme directory -# theme = default +# - colorbox (default), galleria, or the path to a custom theme directory +# theme = colorbox # size of resized image # img_size = 640x480