summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 5f77620..c0b3ef1 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -54,7 +54,7 @@ DISPLAY_SERIES_ON_SIDEBAR = False
DISPLAY_CATEGORIES_ON_SIDEBAR = False
PLUGIN_PATHS = ["extra_plugins"]
-PLUGINS = ["gallery"]
+PLUGINS = []
GALLERY_FOLDER = "galleries"
GALLERY_SRC_PATH = "%s%s" % (PATH, "/images/screenshots")