Gallery configuration

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ā€¦ :frowning:

Thanks!

Hello,
I have the same problem. I used the the example text from the wiki


but it doesnā€™t work at all.
How can we test if gallery.cnf is read/loaded?

Thanks