[gimp-web/pat/py3: 3/5] Disable all plugins during py3 migration
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/pat/py3: 3/5] Disable all plugins during py3 migration
- Date: Fri, 31 Jan 2020 22:44:33 +0000 (UTC)
commit 869bb31e3a969eb6c4be5fc15df0ab4f24f7b54c
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 39f14779..c7b8bb4e 100644
--- a/pelicanconf_common.py
+++ b/pelicanconf_common.py
@@ -78,7 +78,10 @@ def customize_environment(environment):
#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]