From e42f4e864bac21ed3b19d1869df2cdd4f8c3433c Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 22 Feb 2020 14:53:03 +0100 Subject: compiler: flatten gallery config GitHub: closes #129 --- example/src/gallery.yaml | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) (limited to 'example') diff --git a/example/src/gallery.yaml b/example/src/gallery.yaml index 3408571..b25b657 100644 --- a/example/src/gallery.yaml +++ b/example/src/gallery.yaml @@ -1,24 +1,22 @@ -compiler: - #includedDirectories: ["*"] - #excludedDirectories: [] +# ldgallery example gallery configuration file - includedFiles: - - "*.jpg" - - #excludedFiles: - #- "*.md" +#includedDirectories: ["*"] +#excludedDirectories: [] - tagsFromDirectories: - fromParents: 0 # default - prefix: "" # default +includedFiles: + - "*.jpg" - thumbnailMaxResolution: - width: 400 # default - height: 300 # default +#excludedFiles: +# - "*.md" - pictureMaxResolution: - width: 1024 - height: 768 +tagsFromDirectories: + fromParents: 0 # default + prefix: "" # default +thumbnailMaxResolution: + width: 400 # default + height: 300 # default -viewer: {} +pictureMaxResolution: + width: 1024 + height: 768 -- cgit v1.2.3