aboutsummaryrefslogtreecommitdiff
path: root/example/gallery.yaml
blob: ccdb16ba9ea99f2ba7a0d990e63bc32a7927f4b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
compiler:
  galleryName: Example gallery

  includeFiles:
  - "*.jpg"

  #excludeFiles:
  #- "*.md"

  tagsFromDirectories: 0 # default

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

  pictureMaxResolution:
    width: 1024
    height: 768


viewer: {}