diff options
author | pacien | 2020-02-17 18:09:20 +0100 |
---|---|---|
committer | pacien | 2020-02-23 22:41:40 +0100 |
commit | 68899f0c1ba4f641c376fda1e51d9694b02b9c5d (patch) | |
tree | d1fb9d413d20583bfa94810582d66b381ba3c8c7 /example | |
parent | cefb6c102d4f23f02f5fabb934d7e9f60861044e (diff) | |
download | ldgallery-68899f0c1ba4f641c376fda1e51d9694b02b9c5d.tar.gz |
compiler: add a prefix setting for tags generated from parent dirs
GitHub: closes #59
Diffstat (limited to 'example')
-rw-r--r-- | example/src/gallery.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/example/src/gallery.yaml b/example/src/gallery.yaml index bef19e0..3408571 100644 --- a/example/src/gallery.yaml +++ b/example/src/gallery.yaml | |||
@@ -8,7 +8,9 @@ compiler: | |||
8 | #excludedFiles: | 8 | #excludedFiles: |
9 | #- "*.md" | 9 | #- "*.md" |
10 | 10 | ||
11 | tagsFromDirectories: 0 # default | 11 | tagsFromDirectories: |
12 | fromParents: 0 # default | ||
13 | prefix: "" # default | ||
12 | 14 | ||
13 | thumbnailMaxResolution: | 15 | thumbnailMaxResolution: |
14 | width: 400 # default | 16 | width: 400 # default |