Skip to content

Commit 7280fbe

Browse files
committed
update build.
1 parent a4b85a0 commit 7280fbe

File tree

5 files changed

+55
-9
lines changed

5 files changed

+55
-9
lines changed

_site/404/index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="es">
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -454,6 +454,15 @@
454454
</style>
455455

456456
</head>
457+
<!-- Google tag (gtag.js) -->
458+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SP32TRRYTS"></script>
459+
<script>
460+
window.dataLayer = window.dataLayer || [];
461+
function gtag(){dataLayer.push(arguments);}
462+
gtag('js', new Date());
463+
464+
gtag('config', 'G-SP32TRRYTS');
465+
</script>
457466
<body>
458467
<style>
459468
.navbar {

_site/about/index.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="es">
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -454,6 +454,15 @@
454454
</style>
455455

456456
</head>
457+
<!-- Google tag (gtag.js) -->
458+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SP32TRRYTS"></script>
459+
<script>
460+
window.dataLayer = window.dataLayer || [];
461+
function gtag(){dataLayer.push(arguments);}
462+
gtag('js', new Date());
463+
464+
gtag('config', 'G-SP32TRRYTS');
465+
</script>
457466
<body>
458467
<style>
459468
.navbar {
@@ -579,7 +588,7 @@
579588
<h1 class="post-title">About me</h1>
580589
<div class="post-time">
581590
<time datetime="">
582-
Thu, Sep 11, 2025
591+
Sat, Sep 13, 2025
583592
</time>
584593
</div>
585594
</header>
@@ -589,8 +598,8 @@ <h1 class="post-title">About me</h1>
589598
<p>I currently <a href="https://chromiumdash.appspot.com/commits?user=ikilpatrick">work</a> on Blink/Chromium focusing on CSS Layout.
590599
I've touched/worked on almost all layout code within Blink including (but not limited to):</p>
591600
<ul>
592-
<li>CSS Container Queries</li>
593601
<li>Anchor Positioning</li>
602+
<li>Container Queries</li>
594603
<li>Flexbox</li>
595604
<li>Grid</li>
596605
<li>Tables</li>
@@ -599,12 +608,13 @@ <h1 class="post-title">About me</h1>
599608
<li>Flow layout</li>
600609
<li>Replaced layout</li>
601610
</ul>
602-
<p>Prior to Blink I worked as a Frontend Engineer to Google Docs/Drive.</p>
611+
<p>Prior to Blink I worked as a Frontend Engineer on Google Docs/Drive.</p>
603612
<p>I can be found at:</p>
604613
<ul>
605-
<li><a href="https://github.com/bfgeek">https://github.com/bfgeek</a></li>
606614
<li><a href="https://bsky.app/profile/bfgeek.bsky.social">https://bsky.app/profile/bfgeek.bsky.social</a></li>
615+
<li><a href="https://github.com/bfgeek">https://github.com/bfgeek</a></li>
607616
</ul>
617+
<p>This site is built with <a href="https://www.11ty.dev/">Eleventy</a> based on <a href="https://github.com/codingpotions/nulite">Nulite</a>.</p>
608618

609619
</section>
610620

_site/flexbox-image-gallery/index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="es">
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -454,6 +454,15 @@
454454
</style>
455455

456456
</head>
457+
<!-- Google tag (gtag.js) -->
458+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SP32TRRYTS"></script>
459+
<script>
460+
window.dataLayer = window.dataLayer || [];
461+
function gtag(){dataLayer.push(arguments);}
462+
gtag('js', new Date());
463+
464+
gtag('config', 'G-SP32TRRYTS');
465+
</script>
457466
<body>
458467
<style>
459468
.navbar {

_site/index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="es">
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -454,6 +454,15 @@
454454
</style>
455455

456456
</head>
457+
<!-- Google tag (gtag.js) -->
458+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SP32TRRYTS"></script>
459+
<script>
460+
window.dataLayer = window.dataLayer || [];
461+
function gtag(){dataLayer.push(arguments);}
462+
gtag('js', new Date());
463+
464+
gtag('config', 'G-SP32TRRYTS');
465+
</script>
457466
<body>
458467
<style>
459468
.navbar {

_site/tags/software/index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="es">
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -454,6 +454,15 @@
454454
</style>
455455

456456
</head>
457+
<!-- Google tag (gtag.js) -->
458+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SP32TRRYTS"></script>
459+
<script>
460+
window.dataLayer = window.dataLayer || [];
461+
function gtag(){dataLayer.push(arguments);}
462+
gtag('js', new Date());
463+
464+
gtag('config', 'G-SP32TRRYTS');
465+
</script>
457466
<body>
458467
<style>
459468
.navbar {

0 commit comments

Comments
 (0)