Skip to content

Commit

Permalink
🔨 Opt to remote-theme to fix missing data at GA
Browse files Browse the repository at this point in the history
Signed-off-by: Babak K. Shandiz <[email protected]>

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:
  jekyll/minima#561
  • Loading branch information
babakks committed Aug 25, 2022
1 parent c19fef8 commit 1ec2593
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ec2593

Please sign in to comment.