aboutsummaryrefslogtreecommitdiff
path: root/example/src/gallery.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'example/src/gallery.yaml')
-rw-r--r--example/src/gallery.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/example/src/gallery.yaml b/example/src/gallery.yaml
new file mode 100644
index 0000000..b569910
--- /dev/null
+++ b/example/src/gallery.yaml
@@ -0,0 +1,31 @@
1# ldgallery example gallery configuration file
2
3#galleryTitle: "ldgallery"
4
5#includedDirectories: ["*"]
6#excludedDirectories: []
7
8includedFiles:
9 - '*.jpg'
10
11#excludedFiles:
12# - "*.md"
13
14#includedTags: ["*"]
15#excludedTags: []
16
17tagCategories:
18 - photographer
19 - location
20
21#tagsFromDirectories:
22# fromParents: 0
23# prefix: ''
24
25#thumbnailMaxResolution:
26# width: 400
27# height: 300
28
29pictureMaxResolution:
30 width: 1024
31 height: 768