From e2d7716d7999bd599818a3e9daf20c8adcc53fb5 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 27 Dec 2020 00:08:27 +0100 Subject: [PATCH] Revert "Try to enable events again" Doesn't work still. This reverts commit 553c3ea43f2634da2bb40c8ec91b48bf05635b5f. --- pelicanconf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 540ea0b..9eeeae0 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -36,7 +36,8 @@ PLUGINS = [ 'extract_toc', 'i18n_subsites', 'summary', - 'events-ics', + # Note (mb): disabled as it breaks the git-hook publishing......... + #'events-ics', 'complex_footnotes', # Note(decentral1se): disable for now as breaking site generation # please feel free to re-enable it as needed