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