From 7bdb7cf110b9bb6d9e7b95b7f9dc979f4109aabf Mon Sep 17 00:00:00 2001 From: Avinal Kumar <185067@nith.ac.in> Date: Mon, 4 Jan 2021 11:37:50 +0530 Subject: [PATCH] add comment system (#4) --- pelicanconf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pelicanconf.py b/pelicanconf.py index 8d75106..4e1257b 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -59,3 +59,6 @@ ICONS = [ DEFAULT_PAGINATION = 10 PYGMENTS_STYLE = 'monokai' + +# disqus integration +DISQUS_SITENAME = "avinal" \ No newline at end of file