Skip to content

Commit

Permalink
google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
xHayden committed Dec 8, 2023
1 parent 5cacb7f commit 91987de
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions blog/_data/site.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Hayden Carpenter",
"description": "Hayden Carpenter's blog about computer science, app development, and whatever he finds interesting at the time.",
"keywords": "hayden carpenter, webdev, gatech, georgia tech, blog"
"description": "Hayden Carpenter's blog about computer science, app development, AI, psychology, and whatever else is cool.",
"keywords": "hayden carpenter, webdev, gatech, georgia tech, blog, ai, artificial intelligence, haydengg"
}
8 changes: 8 additions & 0 deletions blog/_layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
{% endif %}
{{title}}
</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GNKRNQ5K23"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GNKRNQ5K23');
</script>
</head>
<body>
{% include "partials/_navigation.njk" %}
Expand Down
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Hi, I'm Hayden Carpenter, a Computer Science student at Georgia Tech with a focus on full-stack web development and AI. Explore my portfolio to learn about my work experience, projects, and ongoing passion for development and computer science.">
<meta name="description" content="I'm Hayden Carpenter, a Computer Science student at Georgia Tech with a focus on full-stack web development and AI. Explore my portfolio to learn about my work experience, projects, and ongoing passion for CS, AI, and Psychology.">
<title>Hayden Carpenter</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GNKRNQ5K23"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GNKRNQ5K23');
</script>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 91987de

Please sign in to comment.