Small typos

Small typos
This commit is contained in:
CharlesNepote 2016-06-11 23:21:55 +02:00 committed by GitHub
parent 10a3253aa8
commit 70eba8dd04

View File

@ -12,7 +12,7 @@ The files organisation is quite simple:
Root settings.yaml Root settings.yaml
------------------ ------------------
The root settings.yaml should contains 2 keys : one for the title of your website and one for the subtitle. It should looks like that:: The root settings.yaml should contains 2 keys: one for the title of your website and one for the subtitle. It should looks like that::
title: My exploration of the outside world title: My exploration of the outside world
sub_title: it's a scary place, don't go there sub_title: it's a scary place, don't go there
@ -40,11 +40,11 @@ For example, this could be the content of `settings.yaml` in `about` folder::
You can use the `static` option to get a template closer to the one of the You can use the `static` option to get a template closer to the one of the
homepage that is better suited for a static page. You'll need to specify homepage that is better suited for a static page. You'll need to specify
"public: false" if you don't want to list this page on the homepage. On you "public: false" if you don't want to list this page on the homepage. On
case you didn't specified "public: false" you'll **need** to specify a "cover:" case you didn't specified "public: false" you'll **need** to specify a "cover:"
entry like any other gallery. entry like any other gallery.
**NOTE**: except the "static: " option to disepear quite soon for a more **NOTE**: except the "static: " option to disappear quite soon for a more
generic approach to "choose your page style". generic approach to "choose your page style".
Global settings Global settings
@ -64,7 +64,7 @@ Currently a `gm` settings key allows to customize the default GraphicsMagick's b
strip: True strip: True
resize: 50% resize: 50%
The meaning of the currently supported GraphicsMagick's settings is as follows : The meaning of the currently supported GraphicsMagick's settings is as follows:
* `quality` allows to customize the compression level of thumbnails (between 0 and 100) * `quality` allows to customize the compression level of thumbnails (between 0 and 100)
* `auto-orient` change the orientation of pictures so they are upright (based on corresponding EXIF tags if present) * `auto-orient` change the orientation of pictures so they are upright (based on corresponding EXIF tags if present)
@ -192,7 +192,7 @@ _______
- type: bordered-picture - type: bordered-picture
image: another_picture.jpg image: another_picture.jpg
And here is an example or a **private** gallery (notice the ``public`` keyword):: And here is an example of a **private** gallery (notice the ``public`` keyword)::
title: Gallery title title: Gallery title
sub_title: Gallery sub-title sub_title: Gallery sub-title