Hi,
I have problems getting the gallery configuration to work. I’ve created a gallery.cnf file in the directory containing my photos, and the photos are displaying fine, but none of the configuration options (particularly background color, image description) works.
This is my gallery.cnf, saved in UTF-8:
# Gallery configuration file
features:
external_shares: no
native_svg: no
background_colour_toggle: yes
design:
background: "#000040"
inherit: yes
information:
description: ** TRAVEL **
# description_link: readme.md
copyright: (c) 2019 by richeyf
# copyright_link: copyright.md
inherit: yes
sorting:
type: date
order: des
inherit: yes
Also, how can I add a description for every image, instead of just having the filename displayed? I didn’t understand the very limited hints in the manual…
Thanks!