Skip to content

Commit 34dc056

Browse files
committedApr 23, 2015
document #1663
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 8741301 commit 34dc056

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎docs/manual.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -1251,9 +1251,11 @@ its settings, change the layout, etc.).
12511251

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

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.