Skip to content

Commit 56369e5

Browse files
committed
update about me
1 parent 6c2f52c commit 56369e5

File tree

11 files changed

+45
-47
lines changed

11 files changed

+45
-47
lines changed

content/about/index.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
+++
22
date = "2016-11-05T21:05:33+05:30"
3-
title = "Dustin Clark"
3+
title = "Dustin Clark "
44
+++
55

66
{{< profile-row src="df.jpg" alt="Dusty" size="250" >}}
7-
Hey! I'm Dusty✌️
87

9-
I love {{< h1 >}}[photography](https://instagram.com/dustywusty){{< /h1 >}}{{< h1 >}}[traveling](https://instagram.com/dustywusty){{< /h1 >}}{{< h1 >}}[posting memes](https://bsky.app/profile/dusty.wtf){{< /h1 >}}and {{< h1 >}}[making](https://github.com/dustywusty){{< /h1 >}} stuff
8+
Hey y'all, my name's Dusty! ✌️
109

11-
I've been a Software Engineer for over two decades, I'm the founding engineer at {{< h1 >}}[Nexus.gg](https://nexus.gg){{< /h1 >}} and I'm in gradschool working on my master's degree in Computer Science
10+
I've been tinkering w/ computers and electronics for a few decades and in my free time I like {{< h1 >}}[photography](https://instagram.com/dustywusty){{< /h1 >}}{{< h1 >}}[traveling](https://instagram.com/dustywusty){{< /h1 >}}{{< h1 >}}[shit-posting](https://bsky.app/profile/dusty.wtf){{< /h1 >}}and {{< h1 >}}[making](https://github.com/dustywusty){{< /h1 >}} stuff!
1211

13-
If you'd like to get in touch for any reason just reach out to one of my {{< h1 >}}[socials](https://dusty.wtf){{< /h1 >}}
12+
Hopefully, this website will be a place I keep up w/ my different projects and maybe even writing about some of my experiences in tech.
1413

15-
I'd love to chat!
14+
If you'd like to get in touch for any reason, just reach out to one of my {{< h1 >}}[socials](https://dusty.wtf){{< /h1 >}} :)
1615
{{< /profile-row >}}
1716

1817
# This Site
@@ -27,7 +26,7 @@ I'd love to chat!
2726

2827
[dusty.wtf](https://github.com/dustywusty/dusty.wtf)
2928

30-
# Geocities Vibes
29+
# A Geocities Vibes
3130

3231
<div class="badges-88x31">
3332
<a href="https://cyber.dabamos.de/88x31/index.html" target="_blank">

public/about/index.html

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,19 @@
4545
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
4646
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
4747
<![endif]-->
48-
<meta property="og:title" content="Dustin Clark" />
48+
<meta property="og:title" content="Dustin Clark " />
4949
<meta property="og:description" content="be kind, please rewind" />
5050
<meta property="og:type" content="article" />
5151
<meta property="og:url" content="http://localhost:1313/about/" /><meta property="article:published_time" content="2016-11-05T21:05:33+05:30" />
5252

5353

5454

55-
<meta name="twitter:title" content="Dustin Clark"/>
56-
<meta name="twitter:description" content=" Hey! I&rsquo;m Dusty✌️
57-
I love photography traveling posting memes and making stuff
58-
I&rsquo;ve been a Software Engineer for over two decades, I&rsquo;m the founding engineer at Nexus.gg and I&rsquo;m in gradschool working on my master&rsquo;s degree in Computer Science
59-
If you&rsquo;d like to get in touch for any reason just reach out to one of my socials
60-
I&rsquo;d love to chat!
61-
This Site hugo-theme-console/ hugo github pages fontawesome dusty.wtf Geocities Vibes "/>
55+
<meta name="twitter:title" content="Dustin Clark "/>
56+
<meta name="twitter:description" content="
57+
58+
59+
60+
Hey y&rsquo;all, my name&rsquo;s Dusty! ✌️"/>
6261

6362
</head>
6463
<body class="terminal">
@@ -199,37 +198,37 @@
199198
</div>
200199
</div>
201200
<div class="container animate-fade-up">
202-
<h1>Dustin Clark</h1>
203-
<div id="pr-1767084098954388832" class="profile-row" style="--img-size: 250px">
201+
<h1>Dustin Clark </h1>
202+
<div id="pr-1768300203885729000" class="profile-row" style="--img-size: 250px">
204203
<style>
205204

206-
#pr-1767084098954388832.profile-row {
205+
#pr-1768300203885729000.profile-row {
207206
display: flex;
208207
align-items: flex-start;
209208
gap: 1rem;
210209
margin: 1rem 0;
211210
}
212-
#pr-1767084098954388832 .profile-row__img {
211+
#pr-1768300203885729000 .profile-row__img {
213212
flex: 0 0 var(--img-size);
214213
width: var(--img-size);
215214
height: var(--img-size);
216215
object-fit: cover;
217216
border-radius: 50%;
218217
display: block;
219218
}
220-
#pr-1767084098954388832 .profile-row__text {
219+
#pr-1768300203885729000 .profile-row__text {
221220
flex: 1 1 0;
222221
min-width: 12rem;
223222

224223
}
225224

226-
#pr-1767084098954388832 .profile-row__text p {
225+
#pr-1768300203885729000 .profile-row__text p {
227226
margin: 0 0 0.75rem 0;
228227
text-align: left;
229228
}
230229
@media (max-width: 600px) {
231-
#pr-1767084098954388832.profile-row { flex-direction: column; align-items: center; }
232-
#pr-1767084098954388832 .profile-row__text { width: 100%; }
230+
#pr-1768300203885729000.profile-row { flex-direction: column; align-items: center; }
231+
#pr-1768300203885729000 .profile-row__text { width: 100%; }
233232
}
234233
</style>
235234

@@ -242,16 +241,15 @@ <h1>Dustin Clark</h1>
242241
loading="lazy"
243242
decoding="async"
244243
/>
245-
<div class="profile-row__text"><p>Hey! I&rsquo;m Dusty✌️</p>
246-
<p>I love <mark class="hl"><a href="https://instagram.com/dustywusty" target="_blank" rel="noopener">photography</a></mark>
244+
<div class="profile-row__text"><p>Hey y&rsquo;all, my name&rsquo;s Dusty! ✌️</p>
245+
<p>I&rsquo;ve been tinkering w/ computers and electronics for a few decades and in my free time I like <mark class="hl"><a href="https://instagram.com/dustywusty" target="_blank" rel="noopener">photography</a></mark>
247246
<mark class="hl"><a href="https://instagram.com/dustywusty" target="_blank" rel="noopener">traveling</a></mark>
248-
<mark class="hl"><a href="https://bsky.app/profile/dusty.wtf" target="_blank" rel="noopener">posting memes</a></mark>
247+
<mark class="hl"><a href="https://bsky.app/profile/dusty.wtf" target="_blank" rel="noopener">shit-posting</a></mark>
249248
and <mark class="hl"><a href="https://github.com/dustywusty" target="_blank" rel="noopener">making</a></mark>
250-
stuff</p>
251-
<p>I&rsquo;ve been a Software Engineer for over two decades, I&rsquo;m the founding engineer at <mark class="hl"><a href="https://nexus.gg" target="_blank" rel="noopener">Nexus.gg</a></mark>
252-
and I&rsquo;m in gradschool working on my master&rsquo;s degree in Computer Science</p>
253-
<p>If you&rsquo;d like to get in touch for any reason just reach out to one of my <mark class="hl"><a href="https://dusty.wtf" target="_blank" rel="noopener">socials</a></mark></p>
254-
<p>I&rsquo;d love to chat!</p>
249+
stuff!</p>
250+
<p>Hopefully, this website will be a place I keep up w/ my different projects and maybe even writing about some of my experiences in tech.</p>
251+
<p>If you&rsquo;d like to get in touch for any reason, just reach out to one of my <mark class="hl"><a href="https://dusty.wtf" target="_blank" rel="noopener">socials</a></mark>
252+
:)</p>
255253
</div>
256254
</div>
257255

@@ -260,7 +258,7 @@ <h1 id="this-site">This Site</h1> <p><a href="https://mrmierzejewski.com/hugo-th
260258
<p><a href="https://docs.github.com/en/pages" target="_blank" rel="noopener">github pages</a> </p>
261259
<p><a href="https://fontawesome.com/" target="_blank" rel="noopener">fontawesome</a> </p>
262260
<p><a href="https://github.com/dustywusty/dusty.wtf" target="_blank" rel="noopener">dusty.wtf</a> </p>
263-
<h1 id="geocities-vibes">Geocities Vibes</h1> <div class="badges-88x31">
261+
<h1 id="a-geocities-vibes">A Geocities Vibes</h1> <div class="badges-88x31">
264262
<a href="https://cyber.dabamos.de/88x31/index.html" target="_blank">
265263
<img src="/a1animate3.gif" alt="clipart" style="width:88px;height:31px;max-width:none;image-rendering:pixelated;margin-right:10px;vertical-align:middle">
266264
</a>

public/categories/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Categories on dusty.wtf</title>
55
<link>http://localhost:1313/categories/</link>
66
<description>Recent content in Categories on dusty.wtf</description>
7-
<generator>Hugo -- gohugo.io</generator>
7+
<generator>Hugo</generator>
88
<language>en-us</language>
99
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
1010
</channel>

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en-us">
33
<head>
4-
<meta name="generator" content="Hugo 0.123.7"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
4+
<meta name="generator" content="Hugo 0.154.5"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
55
<meta charset="utf-8" />
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
77
<title>dusty.wtf/</title>

public/index.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>dusty.wtf</title>
55
<link>http://localhost:1313/</link>
66
<description>Recent content on dusty.wtf</description>
7-
<generator>Hugo -- gohugo.io</generator>
7+
<generator>Hugo</generator>
88
<language>en-us</language>
99
<lastBuildDate>Sat, 01 Nov 2025 00:00:00 +0000</lastBuildDate>
1010
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
@@ -27,21 +27,21 @@
2727
<link>http://localhost:1313/projects/dmud/</link>
2828
<pubDate>Sun, 10 Aug 2025 00:00:00 +0000</pubDate>
2929
<guid>http://localhost:1313/projects/dmud/</guid>
30-
<description>github </description>
30+
<description></description>
3131
</item>
3232
<item>
3333
<title>Vibe-coding a MUD w/ Robots: ChatGPT, Claude, &amp; Codex agents</title>
3434
<link>http://localhost:1313/posts/learning-go-building-a-mud/</link>
3535
<pubDate>Sun, 10 Aug 2025 00:00:00 +0000</pubDate>
3636
<guid>http://localhost:1313/posts/learning-go-building-a-mud/</guid>
37-
<description>Placeholder for future talk?</description>
37+
<description>&lt;p&gt;Placeholder for future talk?&lt;/p&gt;&#xA;&lt;!--more--!&gt;&#xA;&#xA;# DMUD&#xA;&#xA;..</description>
3838
</item>
3939
<item>
40-
<title>Dustin Clark</title>
40+
<title>Dustin Clark </title>
4141
<link>http://localhost:1313/about/</link>
4242
<pubDate>Sat, 05 Nov 2016 21:05:33 +0530</pubDate>
4343
<guid>http://localhost:1313/about/</guid>
44-
<description> Hey! I&amp;rsquo;m Dusty✌️&#xA;I love photography traveling posting memes and making stuff&#xA;I&amp;rsquo;ve been a Software Engineer for over two decades, I&amp;rsquo;m the founding engineer at Nexus.gg and I&amp;rsquo;m in gradschool working on my master&amp;rsquo;s degree in Computer Science&#xA;If you&amp;rsquo;d like to get in touch for any reason just reach out to one of my socials&#xA;I&amp;rsquo;d love to chat!&#xA;This Site hugo-theme-console/ hugo github pages fontawesome dusty.wtf Geocities Vibes </description>
44+
<description>&lt;div id=&#34;pr-1768300203885729000&#34; class=&#34;profile-row&#34; style=&#34;--img-size: 250px&#34;&gt;&#xA; &lt;style&gt;&#xA; &#xA; #pr-1768300203885729000.profile-row {&#xA; display: flex;&#xA; align-items: flex-start;&#xA; gap: 1rem;&#xA; margin: 1rem 0;&#xA; }&#xA; #pr-1768300203885729000 .profile-row__img {&#xA; flex: 0 0 var(--img-size);&#xA; width: var(--img-size);&#xA; height: var(--img-size);&#xA; object-fit: cover;&#xA; border-radius: 50%;&#xA; display: block;&#xA; }&#xA; #pr-1768300203885729000 .profile-row__text {&#xA; flex: 1 1 0;&#xA; min-width: 12rem;&#xA;&#xA; }&#xA; &#xA; #pr-1768300203885729000 .profile-row__text p {&#xA; margin: 0 0 0.75rem 0;&#xA; text-align: left;&#xA; }&#xA; @media (max-width: 600px) {&#xA; #pr-1768300203885729000.profile-row { flex-direction: column; align-items: center; }&#xA; #pr-1768300203885729000 .profile-row__text { width: 100%; }&#xA; }&#xA; &lt;/style&gt;&#xA;&#xA; &lt;img&#xA; class=&#34;profile-row__img&#34;&#xA; src=&#34;http://localhost:1313/df.jpg&#34;&#xA; alt=&#34;Dusty&#34;&#xA; width=&#34;250&#34;&#xA; height=&#34;250&#34;&#xA; loading=&#34;lazy&#34;&#xA; decoding=&#34;async&#34;&#xA; /&gt;&#xA; &lt;div class=&#34;profile-row__text&#34;&gt;&lt;p&gt;Hey y&amp;rsquo;all, my name&amp;rsquo;s Dusty! ✌️&lt;/p&gt;</description>
4545
</item>
4646
</channel>
4747
</rss>

public/posts/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Posts on dusty.wtf</title>
55
<link>http://localhost:1313/posts/</link>
66
<description>Recent content in Posts on dusty.wtf</description>
7-
<generator>Hugo -- gohugo.io</generator>
7+
<generator>Hugo</generator>
88
<language>en-us</language>
99
<lastBuildDate>Sat, 01 Nov 2025 00:00:00 +0000</lastBuildDate>
1010
<atom:link href="http://localhost:1313/posts/index.xml" rel="self" type="application/rss+xml" />
@@ -27,7 +27,7 @@
2727
<link>http://localhost:1313/posts/learning-go-building-a-mud/</link>
2828
<pubDate>Sun, 10 Aug 2025 00:00:00 +0000</pubDate>
2929
<guid>http://localhost:1313/posts/learning-go-building-a-mud/</guid>
30-
<description>Placeholder for future talk?</description>
30+
<description>&lt;p&gt;Placeholder for future talk?&lt;/p&gt;&#xA;&lt;!--more--!&gt;&#xA;&#xA;# DMUD&#xA;&#xA;..</description>
3131
</item>
3232
</channel>
3333
</rss>

public/posts/learning-go-building-a-mud/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353

5454

5555
<meta name="twitter:title" content="Vibe-coding a MUD w/ Robots: ChatGPT, Claude, &amp; Codex agents"/>
56-
<meta name="twitter:description" content="Placeholder for future talk?"/>
56+
<meta name="twitter:description" content="Placeholder for future talk?
57+
"/>
5758

5859
</head>
5960
<body class="terminal">

public/projects/dmud/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454

5555
<meta name="twitter:title" content="DMUD"/>
56-
<meta name="twitter:description" content="github "/>
56+
<meta name="twitter:description" content=""/>
5757

5858
</head>
5959
<body class="terminal">

public/projects/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ <h1>Projects</h1>
206206
<p>
207207
<div class="date">Aug. 10, 2025</div>
208208
<h1><a href="/projects/dmud/" title="DMUD">DMUD</a></h1>
209-
github
209+
210210
</p>
211211
</div>
212212

public/projects/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Projects on dusty.wtf</title>
55
<link>http://localhost:1313/projects/</link>
66
<description>Recent content in Projects on dusty.wtf</description>
7-
<generator>Hugo -- gohugo.io</generator>
7+
<generator>Hugo</generator>
88
<language>en-us</language>
99
<lastBuildDate>Sun, 10 Aug 2025 00:00:00 +0000</lastBuildDate>
1010
<atom:link href="http://localhost:1313/projects/index.xml" rel="self" type="application/rss+xml" />
@@ -13,7 +13,7 @@
1313
<link>http://localhost:1313/projects/dmud/</link>
1414
<pubDate>Sun, 10 Aug 2025 00:00:00 +0000</pubDate>
1515
<guid>http://localhost:1313/projects/dmud/</guid>
16-
<description>github </description>
16+
<description></description>
1717
</item>
1818
</channel>
1919
</rss>

0 commit comments

Comments
 (0)