Better comments
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user