From d3971b03a60fac97da91172bae631c389e021c8e Mon Sep 17 00:00:00 2001 From: Adrien Beudin Date: Mon, 30 May 2016 17:55:13 +0200 Subject: [PATCH] update docs --- docs/changelog.rst | 1 + docs/configuration.rst | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9c0f1ae..9a0b828 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,6 +10,7 @@ Changelog * code cleaning by Bram * make code a bit more robust by Bram * basic CI on travis by Bram + * Light mode by beudbeud 0.3.1 (2016-04-13) diff --git a/docs/configuration.rst b/docs/configuration.rst index f1fdc5e..94975ed 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -120,6 +120,16 @@ To specify the theme, add the "theme" key in your "settings" key or your settings: theme: material +Light mode +~~~~~~~~~~ + +Prosopopée has a support light mode, for all gallery you need add /light on the url. +When this mode is enable Prosopopée build the gallery with light theme (no Js and pics size is 800px):: + + settings: + light_mode: true + + Licence ~~~~~~~