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