|
|
@ -22,7 +22,7 @@ source = 'pictures' |
|
|
|
# Theme : |
|
|
|
# - colorbox (default), galleria, photoswipe, or the path to a custom theme |
|
|
|
# directory |
|
|
|
theme = 'bksp-photo-theme' |
|
|
|
theme = 'theme' |
|
|
|
|
|
|
|
# Author. Used in the footer of the pages and in the author meta tag. |
|
|
|
author = 'Gaël Berthaud-Müller' |
|
|
@ -238,7 +238,7 @@ index_in_url = False |
|
|
|
# plugins = ['sigal.plugins.adjust', 'sigal.plugins.copyright', |
|
|
|
# 'sigal.plugins.upload_s3', 'sigal.plugins.media_page', |
|
|
|
# 'sigal.plugins.nomedia', 'sigal.plugins.extended_caching'] |
|
|
|
plugins = ['bksp_photo_plugins.media_page'] |
|
|
|
plugins = ['plugins.media_page'] |
|
|
|
# Add a copyright text on the image (default: '') |
|
|
|
# copyright = "© An example copyright message" |
|
|
|
|
|
|
|