From 73cc0f9ff381423251ef0dd9a976fead82371a48 Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 27 May 2019 16:30:52 -0500 Subject: [PATCH] add bootstrapify plugin --- pelican/pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/pelicanconf.py b/pelican/pelicanconf.py index 1e5115e..6a97453 100644 --- a/pelican/pelicanconf.py +++ b/pelican/pelicanconf.py @@ -38,7 +38,7 @@ DEFAULT_CATEGORY = 'none' PLUGIN_PATHS = ['plugins/encrypt-content', 'plugins'] -PLUGINS = ['encrypt_content', 'deadlinks'] +PLUGINS = ['encrypt_content', 'deadlinks', 'bootstrapify'] # Plugin specific settings below