From c40b91b20e926a61d2790ab39f9f381593fa7e00 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 5 Mar 2016 09:09:21 -0500 Subject: [PATCH] Add Google Analytics/Disqus information --- publishconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publishconf.py b/publishconf.py index 3fa05f0..ebc2ce9 100644 --- a/publishconf.py +++ b/publishconf.py @@ -20,5 +20,5 @@ DELETE_OUTPUT_DIRECTORY = True # Following items are often useful when publishing -#DISQUS_SITENAME = "" -#GOOGLE_ANALYTICS = "" +DISQUS_SITENAME = "bradleespeice" +GOOGLE_ANALYTICS = "UA-74711362-1"