From 3d29ce0692eaf307899b71c92e7d76506a33b358 Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Wed, 15 May 2019 02:58:12 +0000 Subject: [PATCH] Updated config to build to ./public and git ignore yoo, aldo disabled tracking, --- .gitignore | 1 + _config.yml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 867d379..c8fbad2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ .sass-cache _site Gemfile.lock +/public diff --git a/_config.yml b/_config.yml index eac26bd..a12ebd3 100644 --- a/_config.yml +++ b/_config.yml @@ -8,12 +8,12 @@ description: Google search results) and in your feed.xml site description. # Site URL -url: "https://digitaladapt.style" +url: "https://style.digitaladapt.com" baseurl: / # Matomo Tracking -matomo_url: "//digitaladapt.click/" -matomo_siteId: 1 +# matomo_url: "" +# matomo_siteId: 1 # Contact Me About This Page page_contact: false @@ -50,7 +50,7 @@ keybase_username: digitaladapt # instance: example.com # Build Settings -destination: /var/www/style +destination: public plugins: - jekyll-feed - jekyll-seo-tag