blob: dba6b39f7207b40ece8bd89f6ee0112b85cebd62 (
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
|
# ldgallery example gallery configuration file
#galleryTitle: "ldgallery"
#includedDirectories: ["*"]
#excludedDirectories: []
includedFiles:
- '*.jpg'
#excludedFiles:
# - "*.md"
#includedTags: ["*"]
#excludedTags: []
#tagsFromDirectories:
# fromParents: 0
# prefix: ''
#thumbnailMaxResolution:
# width: 400
# height: 300
pictureMaxResolution:
width: 1024
height: 768
|