aboutsummaryrefslogtreecommitdiff
path: root/example/gallery.yaml
blob: 53e144870e795be88fab186e623507748024497b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
compiler:
  galleryName: Example gallery
  ignoreFiles: .*\.md
  implicitDirectoryTag: false # default

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

  pictureMaxResolution:
    width: 1024
    height: 768


viewer: {}