diff --git a/runtests.py b/runtests.py index 02656fb..a2f428c 100755 --- a/runtests.py +++ b/runtests.py @@ -33,9 +33,9 @@ if __name__ == '__main__': params = read_params("./test") print ":: params :" - print params.items('sigal') - # print "\n".join(["%s=%s" % (k, v) for k, v in params.items()]) - # print "\n" + for i,j in params.items('sigal'): + print "%s\t = %s" % (i,j) + print "\n" # create gallery gallery = Gallery(params) diff --git a/sigal/params.py b/sigal/params.py index d068121..ae1b130 100644 --- a/sigal/params.py +++ b/sigal/params.py @@ -30,8 +30,8 @@ CONFIGDEFAULTS = { 'thumb_size': '150x112', 'thumb_dir': "thumbnail", 'square_thumb': 0, - 'big_img': 1, - 'bigimg_dir': "pwg_high", + 'big_img': 0, + 'bigimg_dir': "big", 'jpg_quality': 90, 'exif': 1, 'copyright': '', diff --git a/test/sigal.conf b/test/sigal.conf index 46aa7f6..192013d 100644 --- a/test/sigal.conf +++ b/test/sigal.conf @@ -9,6 +9,7 @@ thumb_prefix = TN- thumb_size = 150x112 # keep big image big_img = 1 +bigimg_dir = "pwg_high" # generate squared thumbnails square_thumb = 1 # jpeg quality