first commits

This commit is contained in:
Rubens Jean Simon
2024-08-13 03:13:45 +00:00
parent 19fb728f04
commit b0c003ba2e
34 changed files with 888 additions and 28 deletions

9
_includes/analytics.html Normal file
View File

@ -0,0 +1,9 @@
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics.id }}"></script>
<script>
/* global dataLayer */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '{{ site.google_analytics.id }}');
</script>