diff options
author | pacien | 2020-01-05 19:24:50 +0100 |
---|---|---|
committer | pacien | 2020-01-05 19:24:50 +0100 |
commit | 2ad60869c2e8d0846672ccb18b2de99c9cf33671 (patch) | |
tree | 20c855a0d6eba12f81d8242caea237eb297f645f /example | |
parent | ab2f076c5bf546f8aca9910b2b61a1b5a67361bc (diff) | |
download | ldgallery-2ad60869c2e8d0846672ccb18b2de99c9cf33671.tar.gz |
compiler: add option to add tags from n parent directories
GitHub: closes #15
Diffstat (limited to 'example')
-rw-r--r-- | example/gallery.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/example/gallery.yaml b/example/gallery.yaml index 53e1448..5da7328 100644 --- a/example/gallery.yaml +++ b/example/gallery.yaml | |||
@@ -1,7 +1,8 @@ | |||
1 | compiler: | 1 | compiler: |
2 | galleryName: Example gallery | 2 | galleryName: Example gallery |
3 | ignoreFiles: .*\.md | 3 | ignoreFiles: .*\.md |
4 | implicitDirectoryTag: false # default | 4 | |
5 | tagsFromDirectories: 0 # default | ||
5 | 6 | ||
6 | thumbnailMaxResolution: | 7 | thumbnailMaxResolution: |
7 | width: 400 # default | 8 | width: 400 # default |