aboutsummaryrefslogtreecommitdiff
path: root/example/src/gallery.yaml
blob: fc91313db40d057fd1f0e702b49c648886380530 (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
25
26
27
28
29
30
31
32
33
34
35
# ldgallery example gallery configuration file

#galleryTitle: "ldgallery"

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

includedFiles:
  - '*.jpg'
  - '*.txt'
  - '*.pdf'
  - '*.ogg'
  - '*.mp4'

#excludedFiles:
#  - "*.md"

#includedTags: ["*"]
#excludedTags: []

tagCategories:
  - photographer
  - location

#tagsFromDirectories:
#  fromParents: 0
#  prefix: ''

#thumbnailMaxResolution:
#  width: 400
#  height: 300

pictureMaxResolution:
  width: 1024
  height: 768