Small typos
Small typos
This commit is contained in:
parent
10a3253aa8
commit
70eba8dd04
@ -12,7 +12,7 @@ The files organisation is quite simple:
|
||||
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
|
||||
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
|
||||
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:"
|
||||
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".
|
||||
|
||||
Global settings
|
||||
@ -64,7 +64,7 @@ Currently a `gm` settings key allows to customize the default GraphicsMagick's b
|
||||
strip: True
|
||||
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)
|
||||
* `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
|
||||
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
|
||||
sub_title: Gallery sub-title
|
||||
|
Loading…
x
Reference in New Issue
Block a user