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',