Skip to content

Commit 1d99ba7

Browse files
committed
deploy: 2201629
1 parent 1156682 commit 1d99ba7

15 files changed

Lines changed: 219 additions & 84 deletions

File tree

blog/2025/3d-graph-plugin/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
<html lang="en">
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<meta name="description" content="">
56
<link rel="preconnect" href="https://fonts.googleapis.com">
67
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
78
<link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400&family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
89
<title>Visualizing Thought: The Story Behind Obsidian&#39;s 3D Graph Plugin</title>
10+
<link rel="canonical" href="https://aryan-gupta.is-a.dev/blog/2025/3d-graph-plugin/">
911
<link rel="stylesheet" href="/css/okaidia.css">
1012
<link rel="stylesheet" href="/css/base.css">
1113
<link rel="stylesheet" href="/css/layout.css">
@@ -15,6 +17,8 @@
1517
<link rel="stylesheet" href="/css/research.css">
1618
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
1719
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" ... />
20+
<script data-goatcounter="https://aryan-gupta.goatcounter.com/count"
21+
async src="//gc.zgo.at/count.js"></script>
1822
</head>
1923
<body>
2024
<div id="tsparticles"></div>
@@ -160,6 +164,21 @@ <h2 id="the-future-is-collaborative" tabindex="-1"><a class="heading-anchor-link
160164
<p style="margin-top: 40px; text-align: center;">
161165
<a href="/blog/">&larr; Back to Blog List</a>
162166
</p>
167+
168+
<script type="application/ld+json">
169+
{
170+
"@context": "https://schema.org",
171+
"@type": "BlogPosting",
172+
"headline": "Visualizing Thought: The Story Behind Obsidian&#39;s 3D Graph Plugin",
173+
"description": "",
174+
175+
"datePublished": "2025-06-24T00:00:00.000Z",
176+
"author": {
177+
"@type": "Person",
178+
"name": "Aryan Gupta"
179+
}
180+
}
181+
</script>
163182
</main>
164183

165184
<footer>

blog/2025/compact-gui-deep-dive/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
<html lang="en">
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<meta name="description" content="Learn how Compact-GUI uses Windows&#39; built-in features to shrink game and application files, saving you disk space with minimal performance impact.">
56
<link rel="preconnect" href="https://fonts.googleapis.com">
67
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
78
<link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400&family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
89
<title>Exploring Compact-GUI: A Tool for Reclaiming Disk Space</title>
10+
<link rel="canonical" href="https://aryan-gupta.is-a.dev/blog/2025/compact-gui-deep-dive/">
911
<link rel="stylesheet" href="/css/okaidia.css">
1012
<link rel="stylesheet" href="/css/base.css">
1113
<link rel="stylesheet" href="/css/layout.css">
@@ -15,6 +17,8 @@
1517
<link rel="stylesheet" href="/css/research.css">
1618
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
1719
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" ... />
20+
<script data-goatcounter="https://aryan-gupta.goatcounter.com/count"
21+
async src="//gc.zgo.at/count.js"></script>
1822
</head>
1923
<body>
2024
<div id="tsparticles"></div>
@@ -169,6 +173,21 @@ <h2 id="conclusion" tabindex="-1"><a class="heading-anchor-link" href="#conclusi
169173
<p style="margin-top: 40px; text-align: center;">
170174
<a href="/blog/">&larr; Back to Blog List</a>
171175
</p>
176+
177+
<script type="application/ld+json">
178+
{
179+
"@context": "https://schema.org",
180+
"@type": "BlogPosting",
181+
"headline": "Exploring Compact-GUI: A Tool for Reclaiming Disk Space",
182+
"description": "Learn how Compact-GUI uses Windows&#39; built-in features to shrink game and application files, saving you disk space with minimal performance impact.",
183+
184+
"datePublished": "2025-05-25T00:00:00.000Z",
185+
"author": {
186+
"@type": "Person",
187+
"name": "Aryan Gupta"
188+
}
189+
}
190+
</script>
172191
</main>
173192

174193
<footer>

blog/2025/first-post/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
<html lang="en">
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<meta name="description" content="A behind-the-scenes look at the tech choices, challenges, and lessons learned while creating my personal portfolio and VCE resource hub from scratch.">
56
<link rel="preconnect" href="https://fonts.googleapis.com">
67
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
78
<link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400&family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
89
<title>My Experience Building This Website</title>
10+
<link rel="canonical" href="https://aryan-gupta.is-a.dev/blog/2025/first-post/">
911
<link rel="stylesheet" href="/css/okaidia.css">
1012
<link rel="stylesheet" href="/css/base.css">
1113
<link rel="stylesheet" href="/css/layout.css">
@@ -15,6 +17,8 @@
1517
<link rel="stylesheet" href="/css/research.css">
1618
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
1719
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" ... />
20+
<script data-goatcounter="https://aryan-gupta.goatcounter.com/count"
21+
async src="//gc.zgo.at/count.js"></script>
1822
</head>
1923
<body>
2024
<div id="tsparticles"></div>
@@ -204,6 +208,21 @@ <h2 id="what’s-next?" tabindex="-1"><a class="heading-anchor-link" href="#what
204208
<p style="margin-top: 40px; text-align: center;">
205209
<a href="/blog/">&larr; Back to Blog List</a>
206210
</p>
211+
212+
<script type="application/ld+json">
213+
{
214+
"@context": "https://schema.org",
215+
"@type": "BlogPosting",
216+
"headline": "My Experience Building This Website",
217+
"description": "A behind-the-scenes look at the tech choices, challenges, and lessons learned while creating my personal portfolio and VCE resource hub from scratch.",
218+
219+
"datePublished": "2025-05-16T00:00:00.000Z",
220+
"author": {
221+
"@type": "Person",
222+
"name": "Aryan Gupta"
223+
}
224+
}
225+
</script>
207226
</main>
208227

209228
<footer>

blog/2025/notebooklm/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
<html lang="en">
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<meta name="description" content="Discover how Google&#39;s NotebookLM can transform your VCE study routine by turning your notes into an interactive study guide, mind map, and audio summary.">
56
<link rel="preconnect" href="https://fonts.googleapis.com">
67
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
78
<link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400&family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
89
<title>NotebookLM: Your AI-Powered Study Partner for VCE</title>
10+
<link rel="canonical" href="https://aryan-gupta.is-a.dev/blog/2025/notebooklm/">
911
<link rel="stylesheet" href="/css/okaidia.css">
1012
<link rel="stylesheet" href="/css/base.css">
1113
<link rel="stylesheet" href="/css/layout.css">
@@ -15,6 +17,8 @@
1517
<link rel="stylesheet" href="/css/research.css">
1618
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
1719
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" ... />
20+
<script data-goatcounter="https://aryan-gupta.goatcounter.com/count"
21+
async src="//gc.zgo.at/count.js"></script>
1822
</head>
1923
<body>
2024
<div id="tsparticles"></div>
@@ -159,6 +163,21 @@ <h2 id="conclusion:-a-must-try-for-vce-students" tabindex="-1"><a class="heading
159163
<p style="margin-top: 40px; text-align: center;">
160164
<a href="/blog/">&larr; Back to Blog List</a>
161165
</p>
166+
167+
<script type="application/ld+json">
168+
{
169+
"@context": "https://schema.org",
170+
"@type": "BlogPosting",
171+
"headline": "NotebookLM: Your AI-Powered Study Partner for VCE",
172+
"description": "Discover how Google&#39;s NotebookLM can transform your VCE study routine by turning your notes into an interactive study guide, mind map, and audio summary.",
173+
174+
"datePublished": "2025-06-22T00:00:00.000Z",
175+
"author": {
176+
"@type": "Person",
177+
"name": "Aryan Gupta"
178+
}
179+
}
180+
</script>
162181
</main>
163182

164183
<footer>

blog/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
<html lang="en">
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<meta name="description" content="">
56
<link rel="preconnect" href="https://fonts.googleapis.com">
67
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
78
<link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400&family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
89
<title>Blog</title>
10+
<link rel="canonical" href="https://aryan-gupta.is-a.dev/blog/">
911
<link rel="stylesheet" href="/css/okaidia.css">
1012
<link rel="stylesheet" href="/css/base.css">
1113
<link rel="stylesheet" href="/css/layout.css">
@@ -15,6 +17,8 @@
1517
<link rel="stylesheet" href="/css/research.css">
1618
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
1719
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" ... />
20+
<script data-goatcounter="https://aryan-gupta.goatcounter.com/count"
21+
async src="//gc.zgo.at/count.js"></script>
1822
</head>
1923
<body>
2024
<div id="tsparticles"></div>

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Apoo711 - Portfolio</title>
7+
<meta name="description" content="Welcome to the portfolio of Aryan Gupta, a VCE student and creator. Explore my software projects, browse VCE study resources, and read my latest blog posts.">
8+
<link rel="canonical" href="https://aryan-gupta.is-a.dev/">
79
<link rel="stylesheet" href="css/style.css">
810
<link rel="stylesheet" href="css/base.css">
911
<link rel="stylesheet" href="css/components.css">
1012
<link rel="stylesheet" href="css/layout.css">
1113
<link rel="stylesheet" href="css/navigation.css">
1214
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1315
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.4/tiny-slider.css">
14-
1516
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
17+
<script data-goatcounter="https://aryan-gupta.goatcounter.com/count"
18+
async src="//gc.zgo.at/count.js"></script>
1619
</head>
1720
<body>
1821
<div id="tsparticles"></div>

research/2025/spanish-inquisition/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
<html lang="en">
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<meta name="description" content="A brief look into the Spanish Inquisition">
56
<link rel="preconnect" href="https://fonts.googleapis.com">
67
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
78
<link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400&family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
89
<title>Spanish Inquisition (Placeholder)</title>
10+
<link rel="canonical" href="https://aryan-gupta.is-a.dev/research/2025/spanish-inquisition/">
911
<link rel="stylesheet" href="/css/okaidia.css">
1012
<link rel="stylesheet" href="/css/base.css">
1113
<link rel="stylesheet" href="/css/layout.css">
@@ -15,6 +17,8 @@
1517
<link rel="stylesheet" href="/css/research.css">
1618
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
1719
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" ... />
20+
<script data-goatcounter="https://aryan-gupta.goatcounter.com/count"
21+
async src="//gc.zgo.at/count.js"></script>
1822
</head>
1923
<body>
2024
<div id="tsparticles"></div>

research/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
<html lang="en">
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<meta name="description" content="">
56
<link rel="preconnect" href="https://fonts.googleapis.com">
67
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
78
<link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400&family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
89
<title>Research &amp; Explorations</title>
10+
<link rel="canonical" href="https://aryan-gupta.is-a.dev/research/">
911
<link rel="stylesheet" href="/css/okaidia.css">
1012
<link rel="stylesheet" href="/css/base.css">
1113
<link rel="stylesheet" href="/css/layout.css">
@@ -15,6 +17,8 @@
1517
<link rel="stylesheet" href="/css/research.css">
1618
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
1719
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" ... />
20+
<script data-goatcounter="https://aryan-gupta.goatcounter.com/count"
21+
async src="//gc.zgo.at/count.js"></script>
1822
</head>
1923
<body>
2024
<div id="tsparticles"></div>

robots.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
User-agent: *
2-
Allow: /
2+
Allow: /
3+
4+
Sitemap: https://aryan-gupta.is-a.dev/sitemap.xml

0 commit comments

Comments
 (0)