From 997a9138cd2bf35bfe30ec64694e8a8ec7987a1a Mon Sep 17 00:00:00 2001 From: "max (maauer)" Date: Thu, 31 Jan 2019 09:42:29 -0500 Subject: [PATCH] Add rel_link setting to example config file. --- sigal/templates/sigal.conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sigal/templates/sigal.conf.py b/sigal/templates/sigal.conf.py index 9b4d599..d70f948 100644 --- a/sigal/templates/sigal.conf.py +++ b/sigal/templates/sigal.conf.py @@ -115,6 +115,9 @@ thumb_size = (280, 210) # Use symbolic links instead of copying the original images # orig_link = False +# Use symbolic links that are relative to the source directory instead of absolute paths +# rel_link = False + # Attribute of Album objects which is used to sort medias (eg 'title'). To sort # on a metadata key, use 'meta.key'. # albums_sort_attr = 'name'