From 01f9cc382e359fdb19e11b56820c0f46c5a8392b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 11 Mar 2020 15:25:21 +0100 Subject: [PATCH] Disable i18n_subsites for now --- 3-column-plus/pelicanconf.py | 3 ++- old/pelicanconf.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/3-column-plus/pelicanconf.py b/3-column-plus/pelicanconf.py index f44e8fd..f15c27e 100644 --- a/3-column-plus/pelicanconf.py +++ b/3-column-plus/pelicanconf.py @@ -34,7 +34,8 @@ PLUGIN_PATHS = ['./pelican-plugins', './plugins-custom'] PLUGINS = [ 'dateish', 'extract_toc', - 'i18n_subsites', + # Note(decentral1se); Disabled for now while experimenting + # 'i18n_subsites', 'summary', # Note (mb): disabled as it breaks the git-hook publishing......... #'events-ics', diff --git a/old/pelicanconf.py b/old/pelicanconf.py index f44e8fd..f15c27e 100644 --- a/old/pelicanconf.py +++ b/old/pelicanconf.py @@ -34,7 +34,8 @@ PLUGIN_PATHS = ['./pelican-plugins', './plugins-custom'] PLUGINS = [ 'dateish', 'extract_toc', - 'i18n_subsites', + # Note(decentral1se); Disabled for now while experimenting + # 'i18n_subsites', 'summary', # Note (mb): disabled as it breaks the git-hook publishing......... #'events-ics',