Better comments
This commit is contained in:
@ -2,8 +2,8 @@
|
|||||||
# Relative path is set from built img folder
|
# 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
|
# 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
|
# Add tags to your photos as shown below
|
||||||
|
# remove the # before [] if you removed all images to use gallery.py
|
||||||
images:
|
images: #[]
|
||||||
- src: gallery/almos-bechtold-3402kvtHhOo-unsplash.jpg
|
- src: gallery/almos-bechtold-3402kvtHhOo-unsplash.jpg
|
||||||
tags: ["portrait"]
|
tags: ["portrait"]
|
||||||
- src: gallery/arthur-savary-nLfAqmZ2hJo-unsplash.jpg
|
- 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:
|
info:
|
||||||
title: Lumeex
|
title: Lumeex
|
||||||
subtitle: A minimalistic Gallery
|
subtitle: A minimalistic Gallery
|
||||||
@ -24,13 +27,12 @@ menu:
|
|||||||
- label: Animals
|
- label: Animals
|
||||||
href: /?tag=animals
|
href: /?tag=animals
|
||||||
|
|
||||||
|
|
||||||
hero:
|
hero:
|
||||||
# Source your hero carrousel images here.
|
# Source your hero carrousel images here.
|
||||||
# Root folder is img.
|
# Root folder is img.
|
||||||
# You can also use gallery.py to automatically add images from config/photos/hero folder.
|
# 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:
|
images: #[]
|
||||||
- src: hero/francesco-ungaro-Zbc9Ka8msdI-unsplash.jpg
|
- src: hero/francesco-ungaro-Zbc9Ka8msdI-unsplash.jpg
|
||||||
- src: hero/gilley-aguilar-ywGDhTlf93E-unsplash.jpg
|
- src: hero/gilley-aguilar-ywGDhTlf93E-unsplash.jpg
|
||||||
- src: hero/jacob-reinikainen-nGG6m3RbjSk-unsplash.jpg
|
- src: hero/jacob-reinikainen-nGG6m3RbjSk-unsplash.jpg
|
||||||
@ -40,11 +42,13 @@ footer:
|
|||||||
legal_link: '/legals/'
|
legal_link: '/legals/'
|
||||||
legal_label: Legal notice
|
legal_label: Legal notice
|
||||||
|
|
||||||
|
# Build parameters
|
||||||
build:
|
build:
|
||||||
theme: modern # choose a theme in config/theme folder.
|
theme: modern # choose a theme in config/theme folder.
|
||||||
convert_images: true # use true to automatically convert images to webp small weight images.
|
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)
|
resize_images: true # use true to automatically resize to width 1140px (maximum width used in the gallery)
|
||||||
|
|
||||||
|
# Change this by your legals
|
||||||
legals:
|
legals:
|
||||||
hoster_name: Djeex
|
hoster_name: Djeex
|
||||||
hoster_adress: Paris, France
|
hoster_adress: Paris, France
|
||||||
|
Reference in New Issue
Block a user