mirror of
https://github.com/LukeHagar/sagivo-blog.git
synced 2025-12-06 04:21:15 +00:00
a
This commit is contained in:
@@ -31,7 +31,6 @@ linkedin_username: sagivo
|
|||||||
theme: minima
|
theme: minima
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
- jekyll-analytics
|
|
||||||
|
|
||||||
# Exclude from processing.
|
# Exclude from processing.
|
||||||
# The following items will not be processed, by default.
|
# The following items will not be processed, by default.
|
||||||
@@ -53,6 +52,4 @@ plugins:
|
|||||||
# - vendor/gems/
|
# - vendor/gems/
|
||||||
# - vendor/ruby/
|
# - vendor/ruby/
|
||||||
|
|
||||||
jekyll_analytics:
|
google_analytics: UA-54596506-1
|
||||||
GoogleAnalytics: # Add, if you want to track with Google Analytics
|
|
||||||
id: UA-54596506-1 # Required - replace with your tracking id
|
|
||||||
|
|||||||
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.
|
Engineering, leadership, entrapranuership and everything in between.
|
||||||
You can [subscribe to future posts here](/about).
|
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