Skip to content

Commit 2ce1d48

Browse files
committed
Built site for gh-pages
1 parent 4ea3f8d commit 2ce1d48

File tree

7 files changed

+57
-1
lines changed

7 files changed

+57
-1
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
28af2d21
1+
d8defee4

about.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@
5858
"search-label": "Search"
5959
}
6060
}</script>
61+
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-4KGX64DRBZ"></script>
62+
63+
<script type="text/javascript">
64+
65+
window.dataLayer = window.dataLayer || [];
66+
function gtag(){dataLayer.push(arguments);}
67+
gtag('js', new Date());
68+
gtag('config', 'G-4KGX64DRBZ', { 'anonymize_ip': true});
69+
</script>
6170

6271

6372
<link rel="stylesheet" href="styles.css">

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@
9090
}
9191
})
9292
</script>
93+
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-4KGX64DRBZ"></script>
94+
95+
<script type="text/javascript">
96+
97+
window.dataLayer = window.dataLayer || [];
98+
function gtag(){dataLayer.push(arguments);}
99+
gtag('js', new Date());
100+
gtag('config', 'G-4KGX64DRBZ', { 'anonymize_ip': true});
101+
</script>
93102

94103
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
95104
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js" type="text/javascript"></script>

posts/post-with-code/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@
6161
"search-label": "Search"
6262
}
6363
}</script>
64+
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-4KGX64DRBZ"></script>
65+
66+
<script type="text/javascript">
67+
68+
window.dataLayer = window.dataLayer || [];
69+
function gtag(){dataLayer.push(arguments);}
70+
gtag('js', new Date());
71+
gtag('config', 'G-4KGX64DRBZ', { 'anonymize_ip': true});
72+
</script>
6473

6574

6675
<link rel="stylesheet" href="../../styles.css">

posts/welcome/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@
6161
"search-label": "Search"
6262
}
6363
}</script>
64+
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-4KGX64DRBZ"></script>
65+
66+
<script type="text/javascript">
67+
68+
window.dataLayer = window.dataLayer || [];
69+
function gtag(){dataLayer.push(arguments);}
70+
gtag('js', new Date());
71+
gtag('config', 'G-4KGX64DRBZ', { 'anonymize_ip': true});
72+
</script>
6473

6574

6675
<link rel="stylesheet" href="../../styles.css">

robots.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Sitemap: https://noklam.github.io/gpu-python/sitemap.xml

sitemap.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://noklam.github.io/gpu-python/about.html</loc>
5+
<lastmod>2025-04-15T23:03:53.593Z</lastmod>
6+
</url>
7+
<url>
8+
<loc>https://noklam.github.io/gpu-python/posts/welcome/index.html</loc>
9+
<lastmod>2025-04-15T23:03:52.858Z</lastmod>
10+
</url>
11+
<url>
12+
<loc>https://noklam.github.io/gpu-python/posts/post-with-code/index.html</loc>
13+
<lastmod>2025-04-15T23:03:52.543Z</lastmod>
14+
</url>
15+
<url>
16+
<loc>https://noklam.github.io/gpu-python/index.html</loc>
17+
<lastmod>2025-04-15T23:03:53.284Z</lastmod>
18+
</url>
19+
</urlset>

0 commit comments

Comments
 (0)