From a1977b3f7ba2a45aa5b8eab634bbfe6954b84a1f Mon Sep 17 00:00:00 2001 From: Djeex Date: Wed, 6 Aug 2025 13:07:34 +0000 Subject: [PATCH] Better comments --- config/gallery.yaml | 4 ++-- config/site.yaml | 12 ++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/config/gallery.yaml b/config/gallery.yaml index d28f0b4..1ed4308 100644 --- a/config/gallery.yaml +++ b/config/gallery.yaml @@ -2,8 +2,8 @@ # Relative path is set from built img folder # You can also use gallery.py to automatically add photos stored in your /config/photos/gallery folder # Add tags to your photos as shown below - -images: +# remove the # before [] if you removed all images to use gallery.py +images: #[] - src: gallery/almos-bechtold-3402kvtHhOo-unsplash.jpg tags: ["portrait"] - src: gallery/arthur-savary-nLfAqmZ2hJo-unsplash.jpg diff --git a/config/site.yaml b/config/site.yaml index 215319c..a0d5494 100644 --- a/config/site.yaml +++ b/config/site.yaml @@ -1,3 +1,6 @@ +# This file is filled with the demo info +# Please change this by your settings + info: title: Lumeex subtitle: A minimalistic Gallery @@ -24,13 +27,12 @@ menu: - label: Animals href: /?tag=animals - hero: # Source your hero carrousel images here. # Root folder is img. - # You can also use gallery.py to automatically add images from config/photos/hero folder. - - images: + # You can also use gallery.py to automatically add images from config/photos/hero folder + # remove the # before [] if you removed all images to use gallery.py + images: #[] - src: hero/francesco-ungaro-Zbc9Ka8msdI-unsplash.jpg - src: hero/gilley-aguilar-ywGDhTlf93E-unsplash.jpg - src: hero/jacob-reinikainen-nGG6m3RbjSk-unsplash.jpg @@ -40,11 +42,13 @@ footer: legal_link: '/legals/' legal_label: Legal notice +# Build parameters build: theme: modern # choose a theme in config/theme folder. convert_images: true # use true to automatically convert images to webp small weight images. resize_images: true # use true to automatically resize to width 1140px (maximum width used in the gallery) +# Change this by your legals legals: hoster_name: Djeex hoster_adress: Paris, France