aboutsummaryrefslogtreecommitdiffstats
path: root/conf.py
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2019-04-20 11:21:54 +0200
committerDavid Runge <dave@sleepmap.de>2019-04-20 11:21:54 +0200
commitadb86788b03d5149fecb80ac4f30168fabceea43 (patch)
treed5c074b6db72aecf71d9fe2b535452a998abf2ec /conf.py
parent63a74d45a80457f9b62462c9bcbe93738b73d89a (diff)
downloadsleepmap-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.
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py4
1 files 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