blob: 1a6cd69f875ed706f6de0d2fd45d6c56127d0637 (
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
32
33
34
35
36
|
# ldgallery example gallery configuration file
#galleryTitle: "ldgallery"
#includedDirectories: ["*"]
#excludedDirectories: []
includedFiles:
- '*.jpg'
- '*.txt'
- '*.md'
- '*.pdf'
- '*.ogg'
- '*.mp4'
#excludedFiles:
# - "*.md"
#includedTags: ["*"]
#excludedTags: []
tagCategories:
- photographer
- location
#tagsFromDirectories:
# fromParents: 0
# prefix: ''
#thumbnailMaxResolution:
# width: 400
# height: 300
pictureMaxResolution:
width: 1024
height: 768
|