From 349cd9a196ac01eaeecaeae5ef5562a4513f72d4 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sun, 22 Jul 2018 20:14:57 +0530 Subject: Enable mathjax rendering. --- pelicanconf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pelicanconf.py') diff --git a/pelicanconf.py b/pelicanconf.py index 47d1063..f8d5d25 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -53,9 +53,11 @@ SOCIAL = (('twitter', 'https://twitter.com/copyninja_'), STATIC_PATHS = ["images", ] +PLUGIN_PATH = ['../pelican-plugins'] PLUGINS = [ 'pelican_youtube', - 'minification' + 'minification', + 'render_math' ] # URL generation -- cgit v1.2.3