From 79c17c54ccd29518f7a9eb8a74191a98eb263d6b Mon Sep 17 00:00:00 2001 From: Adrien Beudin Date: Fri, 4 Nov 2016 11:39:52 +0100 Subject: [PATCH] add light mode docs --- docs/configuration.rst | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 5347482..862fb1a 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -106,14 +106,29 @@ The meaning of the currently supported FFMEG or LIBAV's settings is as follows : * `other` Set different options if you need more +Light Mode +~~~~~~~~~~ + +:: + settings: + ligh-mode: true + +With this option Prospopee make a sub directory with light version of your gallery. +This light gallery use less JS, picture in low size etc.. + +For access to this light gallery, add /light in the url of the gallery. + +If you want only light theme you can see below. + Themes ~~~~~~ -Prosopopée has a support for various themes. As for now, only 2 themes are available: +Prosopopée has a support for various themes. As for now, only 3 themes are available: * the default one called "exposure" * "material" based on materialcss + * light To specify the theme, add the "theme" key in your "settings" key or your **root** settings.yaml. For example::