Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
document #1663
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Apr 23, 2015
1 parent 8741301 commit 34dc056
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/manual.txt
Expand Up @@ -1251,9 +1251,11 @@ its settings, change the layout, etc.).

Images to be used in normal posts can be placed in the ``images`` folder. These
images will be processed and have thumbnails created just as for galleries, but will
then be copied directly to the corresponding path in the ``output`` directory, so you
then be copied directly to the corresponding path in the ``output/images`` directory, so you
can reference it from whatever page you like, most easily using the ``thumbnail``
reST extension. If you don't want thumbnails, just use the ``files`` folder instead.
You can also adjust the output path, eg. to put your images alongside posts
(helpful if using ``PRETTY_URLS``)

The ``conf.py`` options affecting images and gallery pages are these::

Expand All @@ -1269,7 +1271,7 @@ The ``conf.py`` options affecting images and gallery pages are these::
# destination folder. A thumbnail will also be created in the same folder with
# ``.thumbnail`` inserted in the file name before the file extension
# (e.g. ``tesla.thumbnail.jpg``).
IMAGE_FOLDERS = {'images': ''}
IMAGE_FOLDERS = {'images': 'images'}
# More image/gallery options:
THUMBNAIL_SIZE = 180
IMAGE_THUMBNAIL_SIZE = 400
Expand Down

0 comments on commit 34dc056

Please sign in to comment.