From adb86788b03d5149fecb80ac4f30168fabceea43 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 20 Apr 2019 11:21:54 +0200 Subject: conf.py: Adding photos to the menu and exporting the galleries directory to output/photos. --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 2824fc9..20cabdc 100644 --- a/conf.py +++ b/conf.py @@ -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 -- cgit v1.2.3