aboutsummaryrefslogtreecommitdiff
path: root/example/src/gallery.yaml
blob: d2f90aae15def2dbb04679b9457c1414f20d9230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ldgallery example gallery configuration file

#galleryTitle: "ldgallery"

#includedDirectories: ["*"]
#excludedDirectories: []

includedFiles:
  - "*.jpg"

#excludedFiles:
#  - "*.md"

tagsFromDirectories:
  fromParents: 0 # default
  prefix: ""     # default

thumbnailMaxResolution:
  width: 400  # default
  height: 300 # default

pictureMaxResolution:
  width: 1024
  height: 768