1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 17:06:37 -04:00

update analytics post

This commit is contained in:
2019-12-10 15:07:48 -05:00
parent 38097f4166
commit acb721d64a
3 changed files with 7 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -14,9 +14,9 @@ draft: false
---
I've been trying out [Netlify Analytics](https://www.netlify.com/products/analytics/) on this site for almost a month now (non-consecutively) and have some quick thoughts about this unique offering in a world full of bloated and invasive tracking scripts.
I've been trying out [Netlify Analytics](https://www.netlify.com/products/analytics/) on this site for over a month now and have some quick thoughts about this unique offering in a world full of bloated and invasive tracking scripts.
{{< image src="images/pageviews.png" alt="Pageview charts on Netlify Analytics" >}}
{{< image src="images/pageviews-2.png" alt="Pageview charts on Netlify Analytics" >}}
---

View File

@ -51,6 +51,11 @@
"stylelint-config-recommended-scss": "~4.1.0",
"stylelint-scss": "~3.13.0"
},
"engines": {
"node": ">=10.0.0",
"npm": "^6.13.0",
"yarn": "^1.19.2"
},
"hugo-bin": {
"buildTags": "extended"
},