update docs

This commit is contained in:
Adrien Beudin 2018-02-27 15:03:15 +01:00
parent 323ce052d4
commit fb38677b92
2 changed files with 15 additions and 4 deletions

View File

@ -9,16 +9,17 @@ Prosopopee. Static site generator for your story.
## Features
* Thumbnails & multiple resolutions for fast previews (JPEG progressive).
* Videos support
* Videos support.
* Mobile friendly.
* Multi level gallery.
* Support themes.
* Password access.
* Image lazy loading
* Image lazy loading.
* Night Mode.
* Hackable.
## TODO
## TODO
* Night Mode
* More sections

View File

@ -139,6 +139,16 @@ For access to this light gallery, add /light in the url of the gallery.
If you want only light theme you can see below.
Night Mode
~~~~~~~~~~
For enabled the night mode::
title: Gallery
settings:
night_mode: true
After that you will can choose dark theme or light theme during visiting the website.
Themes
~~~~~~