|
1 | 1 | # Modern Developer Blog Template (Digital Garden Starter) |
2 | 2 |
|
3 | | - |
| 3 | + |
4 | 4 | [More screenshots here](/screenshots/) |
5 | 5 |
|
6 | 6 | [](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fthedevdavid%2Fdigital-garden%2F) |
@@ -33,6 +33,7 @@ If you love this template and/or use it, please give it a star on GitHub. This w |
33 | 33 | - [Vercel](#vercel) |
34 | 34 | - [Umami](#umami) |
35 | 35 | - [Plausible](#plausible) |
| 36 | + - [Google Analytics](#google-analytics) |
36 | 37 | - [Other analytics providers](#other-analytics-providers) |
37 | 38 | - [Newsletter subscription](#newsletter-subscription) |
38 | 39 | - [MailerLite](#mailerlite) |
@@ -158,6 +159,13 @@ Plausible is a simple, lightweight, open-source alternative to Google Analytics. |
158 | 159 | Configure: |
159 | 160 | Set `NEXT_PUBLIC_PLAUSIBLE_DOMAIN` & `NEXT_PUBLIC_PLAUSIBLE_SCRIPT_URL` environment variables on your `.env.local` file and on Vercel dashboard. If you're concerned about ad blockers, you can proxy the plausible script through your own domain. You can read more about it [here](https://plausible.io/docs/proxy/guides/nextjs). |
160 | 161 |
|
| 162 | +#### Google Analytics |
| 163 | + |
| 164 | +Google Analytics is a web analytics service offered by Google that tracks and reports website traffic, currently as a platform inside the Google Marketing Platform brand. You can read more about it on [Google Analytics website](https://analytics.google.com/). |
| 165 | + |
| 166 | +Configure: |
| 167 | +Set `NEXT_PUBLIC_GOOGLE_ANALYTICS_ID` environment variable on your `.env.local` file and on Vercel dashboard. |
| 168 | + |
161 | 169 | #### Other analytics providers |
162 | 170 |
|
163 | 171 | Supporting other analytics providers are in progress. Feel free to open an issue if you have any suggestions or a PR if you want to implement it yourself. |
@@ -219,7 +227,7 @@ Note: DO NOT overdo it. You can easily make images look bad with lossy compressi |
219 | 227 | - [x] projects page |
220 | 228 | - [x] about section on homepage |
221 | 229 | - [x] search & command bar |
222 | | -- [x] Analytics: Vercel, Umami, Plausible |
| 230 | +- [x] Analytics: Vercel, Umami, Plausible, Google Analytics |
223 | 231 | - [x] Post series |
224 | 232 | - [x] Not found page |
225 | 233 | - [x] contributing docs |
|
0 commit comments