From a073ce51508f25f8e71a25c9c4710d4a62681ef9 Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Fri, 23 Dec 2016 05:15:50 -0500 Subject: [PATCH] remove google analytics --- .bundle/config | 3 +++ _config.yml | 8 ++------ _includes/head_base.html | 10 ---------- 3 files changed, 5 insertions(+), 16 deletions(-) create mode 100644 .bundle/config diff --git a/.bundle/config b/.bundle/config new file mode 100644 index 0000000..c456542 --- /dev/null +++ b/.bundle/config @@ -0,0 +1,3 @@ +--- +BUNDLE_PATH: "/home/paul/.bundle" +BUNDLE_DISABLE_SHARED_GEMS: "true" diff --git a/_config.yml b/_config.yml index bfcd383..e31d36f 100644 --- a/_config.yml +++ b/_config.yml @@ -5,15 +5,11 @@ gems: [jekyll-paginate] paginate: 7 paginate_path: "page:num" layout: post -<<<<<<< HEAD -#permalink: /:categories/:title -======= ->>>>>>> c6a7f18e1ea48b44859aaeca0db0980c68c09690 permalink: pretty excerpt_separator: "[-----]" -#mode: dev -mode: product +mode: dev +#mode: product url: https://paul.walko.org/ enforce_ssl: paul.walko.org/ devurl: http://localhost:4000/ diff --git a/_includes/head_base.html b/_includes/head_base.html index 3409e9e..6e27c72 100755 --- a/_includes/head_base.html +++ b/_includes/head_base.html @@ -5,16 +5,6 @@ window.location.protocol = "https"; -