Browse Source

Add rel_link setting to example config file.

pull/359/head
max (maauer) 7 years ago
parent
commit
997a9138cd
  1. 3
      sigal/templates/sigal.conf.py

3
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'

Loading…
Cancel
Save