From 55f66f21cfefef3c0fee27cee00dd2c61008448a Mon Sep 17 00:00:00 2001 From: taziden Date: Fri, 5 Feb 2016 19:35:18 +0100 Subject: [PATCH] give more details about the public/private behavior --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e356b9a..e756f20 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ sub_title: it's a scary place, don't go there This settings.yaml will describe: * the title, subtitle and cover picture of your gallery that will be used on the homepage -* if your gallery is public +* if your gallery is public (if not, it will still be built but won't appear on the homepage) * the date of your gallery: this will be used on the homepage since **galleries are sorted anti chronologically** on it * the list of sections that will contains your gallery. A section will represent either one picture, a group of pictures or text. The different kind of sections will be explained in the next README section.