# All configuration values have a default; values that are commented out serve # to show the default. Default values are specified when modified in this # example config file # theme : # - colorbox (default), galleria, or the path to a custom theme directory # theme = 'colorbox' # size of resized image # img_size = (640, 480) # generate thumbnails # make_thumbs = True # subdirectory of the thumbnails # thumb_dir = 'thumbnails' # prefix and/or suffix for thumbnail names (default: '') # thumb_prefix = thumb_suffix = '.tn' # thumbnail size (default: (150, 112)) thumb_size = (200, 150) # crop the image to fill the box # thumb_fit = True # keep original image (default: False) keep_orig = True # subdirectory for original images # orig_dir = 'original' # jpeg quality # jpg_quality = 90 # keep exif metadatas in output image (default: False) copy_exif = True # add a copyright text on the image (default: '') copyright = "An example copyright message" # Google Analytics tracking code (UA-xxxx-x) # google_analytics = ''