[gimp-web/pat/py3: 5/8] Disable all plugins during py3 migration



commit 41bad11e7d69f1bedd69993009b8261675a55067
Author: Pat David <patdavid gmail com>
Date:   Wed Jan 29 17:03:35 2020 -0600

    Disable all plugins during py3 migration

 pelicanconf_common.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/pelicanconf_common.py b/pelicanconf_common.py
index 81fc5871..34bc716e 100644
--- a/pelicanconf_common.py
+++ b/pelicanconf_common.py
@@ -72,7 +72,10 @@ STATIC_PATHS = ['images', 'js', 'pages', 'tutorials', 'about', 'books', 'develop
 #Plugins
 PLUGIN_PATHS = ["plugins"]
 #PLUGINS = ["page_hierarchy_gimp"]
-PLUGINS = ["mimic_hierarchy", "i18n_subsites", "sitemap", "gimp_mirrors", "tipue_search", "random_header"]
+
+# TEMP - remove plugins during py3 migration to test things first
+# IF we build ok w/o them, then start adding them back one at a time
+#PLUGINS = ["mimic_hierarchy", "i18n_subsites", "sitemap", "gimp_mirrors", "tipue_search", "random_header"]
 
 # sitemap plugin settings
 SITEMAP = {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]