mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Add google analytics
This commit is contained in:
@@ -10,11 +10,13 @@ enableRobotsTXT = true
|
|||||||
changeFreq = ''
|
changeFreq = ''
|
||||||
filename = 'sitemap.xml'
|
filename = 'sitemap.xml'
|
||||||
priority = -1
|
priority = -1
|
||||||
|
[services]
|
||||||
|
[services.googleAnalytics]
|
||||||
|
ID = 'G-FMD81GLKS3'
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tag = 'tags'
|
tag = 'tags'
|
||||||
[params]
|
[params]
|
||||||
formSpreeURL = 'https://formspree.io/f/xoqpgyge'
|
formSpreeURL = 'https://formspree.io/f/xoqpgyge'
|
||||||
googleAnalyticsURL = 'G-FMD81GLKS3'
|
|
||||||
dateFormat = '02 January 2006'
|
dateFormat = '02 January 2006'
|
||||||
defaultDescription = 'Personal website of Hazem Krimi'
|
defaultDescription = 'Personal website of Hazem Krimi'
|
||||||
defaultKeywords = 'Hazem Krimi, Software Engineer, Software Developer, Full Stack Developer, JavaScript, TypeScript, React, Node.js, Scala, Kotlin, Corda, SQL, GraphQL, MongoDB'
|
defaultKeywords = 'Hazem Krimi, Software Engineer, Software Developer, Full Stack Developer, JavaScript, TypeScript, React, Node.js, Scala, Kotlin, Corda, SQL, GraphQL, MongoDB'
|
||||||
|
|||||||
@@ -75,5 +75,6 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
|
{{ template "_internal/google_analytics.html" . }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user