diff options
author | David Runge <dave@sleepmap.de> | 2019-04-20 11:21:54 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2019-04-20 11:21:54 +0200 |
commit | adb86788b03d5149fecb80ac4f30168fabceea43 (patch) | |
tree | d5c074b6db72aecf71d9fe2b535452a998abf2ec | |
parent | 63a74d45a80457f9b62462c9bcbe93738b73d89a (diff) | |
download | sleepmap-adb86788b03d5149fecb80ac4f30168fabceea43.tar.gz sleepmap-adb86788b03d5149fecb80ac4f30168fabceea43.tar.bz2 sleepmap-adb86788b03d5149fecb80ac4f30168fabceea43.tar.xz sleepmap-adb86788b03d5149fecb80ac4f30168fabceea43.zip |
conf.py: Adding photos to the menu and exporting the galleries directory to output/photos.
-rw-r--r-- | conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -163,7 +163,7 @@ NAVIGATION_LINKS = { ), 'Music' ), - ("/galleries/", "Galleries"), + ("/photos/", "Photos"), ( ( ("/software/bowelyzer/", 'bowelyzer'), @@ -767,7 +767,7 @@ GITHUB_COMMIT_SOURCE = True # "source/" and the results will be located in # "OUTPUT_PATH/relative_destination/gallery_name" # Default is: -# GALLERY_FOLDERS = {"galleries": "galleries"} +GALLERY_FOLDERS = {"galleries": "photos"} # More gallery options: # THUMBNAIL_SIZE = 180 # MAX_IMAGE_SIZE = 1280 |