From 045f5e7230746a8c71a45074377aea0c903824b9 Mon Sep 17 00:00:00 2001 From: Spencer Lyon Date: Thu, 8 Jun 2017 17:09:23 -0400 Subject: [PATCH] merge in things from master as of 6-8-17 --- config.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 6243deb..e148ece 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseurl = "http://nyudatabootcamp.github.io/website/" +baseurl = "http://nyu.data-bootcamp.com/" languageCode = "en-us" title = "Data Bootcamp" metaDataFormat = "yaml" @@ -12,4 +12,5 @@ theme = "hyde-y" # Sidebar position sidebar = "true" # false, true, "left", "right" home = "Home" - highlight = "default" + highlight = "tomorrow" + googleAnalytics = "UA-91442796-1"