-
Notifications
You must be signed in to change notification settings - Fork 13
/
gallery.yml
55 lines (50 loc) · 2.17 KB
/
gallery.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# ______ ____
# / ____/___ _/ / /__ _______ __
# / / __/ __ `/ / / _ \/ ___/ / / /
# / /_/ / /_/ / / / __/ / / /_/ /
# \____/\__,_/_/_/\___/_/ \__, /
# /____/
# a custom art-gallery generator plugin - can be converted to a gem and then included into _config.xml like this:
#gems:
# - jekyll-art-gallery-generator
source_dir: _portfolio # original images, that will be cropped according to the size_limit, thumbnailed and posted
title: Portfolio
#sort_field: "timestamp"
sort_field: "title" # sorting of the galleries on the gallery index page
#sort_reverse: true
thumbnail_size:
x: 250
y: 250
front_thumb_size: # best image thumb size for the gallery super-index page
x: 150
y: 500
header_thumb_size: # best image thumb for the header of a gallery index page
x: 1900
y: 170
scale_method: crop # default for all galleries. could be fit or crop, crop_bottom, crop_right, crop_left, crop_top ('crop' crops around, others crop out the side indicated as a parameter
strip_exif: true
size_limit: 1000 # maximum size, px in either dimention, to limit the images to
# Visible watermark - Transparent image, from images/ folder, with grayscale used for hardlight compositing, lower bottom corner.
#watermark: Watermark2_200x200.png
galleries:
# if the gallery is not listed it takes all the defaults
# if the gallery is listed it uses specified values except for defaults
Hidden Gallery:
hidden: true # don't generate index file - it's still on the web though
Shows 2018:
title: Shows in November # name used in the navigation bar and headers
description: Where I've been, what I've done in 2018
#hidden: true
#sort_field: name # rule for sorting images within galleries.
#best_image: MoonLight.jpg
#header_image: sy_header.jpg
Super1.jpg: Set one
SSDa2.jpg: All in two
scale_method: crop_bottom
Paintings:
description: Egg tempera, acrylic and gold leaf on wood.
best_image: Soob.jpg
header_image: paintings_header.jpg
scale_method: crop_bottom
paintings.jpg: Nevy
#symlink: true # to avoid copying big files into the generated site folder - does not work with stripping EXIF