mirror of
https://github.com/LukeHagar/sagivo-blog.git
synced 2025-12-06 12:47:49 +00:00
a
This commit is contained in:
@@ -31,7 +31,6 @@ linkedin_username: sagivo
|
||||
theme: minima
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
- jekyll-analytics
|
||||
|
||||
# Exclude from processing.
|
||||
# The following items will not be processed, by default.
|
||||
@@ -53,6 +52,4 @@ plugins:
|
||||
# - vendor/gems/
|
||||
# - vendor/ruby/
|
||||
|
||||
jekyll_analytics:
|
||||
GoogleAnalytics: # Add, if you want to track with Google Analytics
|
||||
id: UA-54596506-1 # Required - replace with your tracking id
|
||||
google_analytics: UA-54596506-1
|
||||
|
||||
14
_includes/analytics.html
Normal file
14
_includes/analytics.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script
|
||||
async
|
||||
src="https://www.googletagmanager.com/gtag/js?id=UA-54596506-1"
|
||||
></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag("js", new Date());
|
||||
|
||||
gtag("config", "UA-54596506-1");
|
||||
</script>
|
||||
10
index.md
10
index.md
@@ -5,13 +5,3 @@ layout: home
|
||||
|
||||
Engineering, leadership, entrapranuership and everything in between.
|
||||
You can [subscribe to future posts here](/about).
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-54596506-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-54596506-1');
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user