mirror of https://github.com/saimn/sigal.git
Browse Source
detail settings in tests/sample/sigal.conf and use this file in the docs.pull/9/merge
4 changed files with 30 additions and 53 deletions
Binary file not shown.
@ -1,36 +1,43 @@
|
||||
[sigal] |
||||
|
||||
# theme |
||||
theme = default |
||||
# 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 : |
||||
# - default, galleria, or the path to a custom theme directory |
||||
# theme = default |
||||
|
||||
# size of resized image |
||||
img_size = 640x480 |
||||
# img_size = 640x480 |
||||
|
||||
# generate thumbnails |
||||
make_thumbs = 1 |
||||
# make_thumbs = 1 |
||||
|
||||
# directory of the thumbnails |
||||
thumb_dir = thumbnail |
||||
# subdirectory of the thumbnails |
||||
# thumb_dir = thumbnails |
||||
|
||||
# prefix for thumbnails name |
||||
thumb_prefix = |
||||
# prefix and/or suffix for thumbnail names (default: '') |
||||
# thumb_prefix = |
||||
thumb_suffix = .tn |
||||
|
||||
# thumbnail size |
||||
# thumbnail size (default: 150x112) |
||||
thumb_size = 200x150 |
||||
|
||||
# crop the image to fill the box |
||||
thumb_fit = 1 |
||||
# thumb_fit = 1 |
||||
|
||||
# keep big image |
||||
# keep original image (default: 0) |
||||
keep_orig = 1 |
||||
orig_dir = original |
||||
|
||||
# subdirectory for original images |
||||
# orig_dir = original |
||||
|
||||
# jpeg quality |
||||
jpg_quality = 90 |
||||
# jpg_quality = 90 |
||||
|
||||
# keep exif metadatas in output image |
||||
# keep exif metadatas in output image (default: 0) |
||||
exif = 1 |
||||
|
||||
# add a copyright text on the image |
||||
# add a copyright text on the image (default: '') |
||||
copyright = An example copyright message |
||||
|
||||
Loading…
Reference in new issue