diff options
author | pacien | 2020-05-02 04:11:24 +0200 |
---|---|---|
committer | pacien | 2020-05-02 04:11:24 +0200 |
commit | 8e3ac8fe44bebb38e1882ca7f06b8100078ad88d (patch) | |
tree | a748fa1e639cb3b5e1f24a8150e89dbb28c980cb /example/gallery.yaml | |
parent | 7042ffc06326fa8ffe70f5a59747709250166c16 (diff) | |
parent | 0e0b5b0ae44da7c1d67983dedd8f8d8d3516236f (diff) | |
download | ldgallery-1.0.tar.gz |
Merge branch 'develop': release v1.0v1.0
Diffstat (limited to 'example/gallery.yaml')
-rw-r--r-- | example/gallery.yaml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/example/gallery.yaml b/example/gallery.yaml deleted file mode 100644 index ccdb16b..0000000 --- a/example/gallery.yaml +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | compiler: | ||
2 | galleryName: Example gallery | ||
3 | |||
4 | includeFiles: | ||
5 | - "*.jpg" | ||
6 | |||
7 | #excludeFiles: | ||
8 | #- "*.md" | ||
9 | |||
10 | tagsFromDirectories: 0 # default | ||
11 | |||
12 | thumbnailMaxResolution: | ||
13 | width: 400 # default | ||
14 | height: 400 # default | ||
15 | |||
16 | pictureMaxResolution: | ||
17 | width: 1024 | ||
18 | height: 768 | ||
19 | |||
20 | |||
21 | viewer: {} | ||