aboutsummaryrefslogtreecommitdiff
path: root/example/src/gallery.yaml
blob: bef19e0e96786e51c23a62ebcdfed20c27bbe3d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
compiler:
  #includedDirectories: ["*"]
  #excludedDirectories: []

  includedFiles:
  - "*.jpg"

  #excludedFiles:
  #- "*.md"

  tagsFromDirectories: 0 # default

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

  pictureMaxResolution:
    width: 1024
    height: 768


viewer: {}