From 1ec2593418dfd8b66598fab507ecb39cf61290da Mon Sep 17 00:00:00 2001 From: "Babak K. Shandiz" Date: Thu, 25 Aug 2022 20:00:17 +0430 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Opt=20to=20remote-theme=20to=20f?= =?UTF-8?q?ix=20missing=20data=20at=20GA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Babak K. Shandiz As discussed in the link below, the released version of the jekyll minima theme, does not handle Google Analytics plugin well. So, the solution is to opt using `remote-theme` field and not using the theme's latest released version: https://github.com/jekyll/minima/issues/561 --- _config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 6384fef..ccd2494 100644 --- a/_config.yml +++ b/_config.yml @@ -7,9 +7,10 @@ twitter_username: babakks0 author: babakks url: "https://babakks.github.io" baseurl: "" -theme: minima +remote_theme: jekyll/minima show_excerpts: true plugins: + - jekyll-remote-theme - jekyll-feed - jekyll-sitemap - jekyll-seo-tag