Skip to content

Commit 3cfabc5

Browse files
author
$env:git_name
committed
Commit from AppVeyor
1 parent 64fd3a7 commit 3cfabc5

28 files changed

Lines changed: 80 additions & 45 deletions

File tree

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
</h1></main><footer
158158
class="mx-auto flex h-[4.5rem] max-w-(--w) items-center px-8 text-xs tracking-wider uppercase opacity-60"
159159
>
160-
<div class="mr-auto">©2015-{year}, All Rights Reserved</div>
160+
<div class="mr-auto">©2015-2025, All Rights Reserved</div>
161161
<a class="link mx-6" href="https://gohugo.io/" rel="noopener" target="_blank"
162162
>powered by hugo️️</a
163163
>

categories/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
></main><footer
159159
class="mx-auto flex h-[4.5rem] max-w-(--w) items-center px-8 text-xs tracking-wider uppercase opacity-60"
160160
>
161-
<div class="mr-auto">©2015-{year}, All Rights Reserved</div>
161+
<div class="mr-auto">©2015-2025, All Rights Reserved</div>
162162
<a class="link mx-6" href="https://gohugo.io/" rel="noopener" target="_blank"
163163
>powered by hugo️️</a
164164
>

categories/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Recent content in Categories on Learn by doing!</description>
77
<generator>Hugo</generator>
88
<language>en</language>
9-
<copyright>©2015-{year}, All Rights Reserved</copyright>
9+
<copyright>©2015-2025, All Rights Reserved</copyright>
1010
<atom:link href="https://blog.uitlanders.com/categories/index.xml" rel="self" type="application/rss+xml" />
1111
</channel>
1212
</rss>

contact/index.html

Lines changed: 45 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525

2626
<meta name="theme-color" />
2727

28-
<meta name="description" content="Contact via email below (or possibly twitter if notifications are working).
28+
<meta name="description" content="Contact via email below (or possibly twitter/X if notifications are working).
29+
2930
3031
3132
Your email:
@@ -66,16 +67,12 @@
6667
<meta name="generator" content="Hugo 0.152.2">
6768
<meta itemprop="name" content="Contact">
6869
<meta itemprop="description" content="Contact page">
69-
<meta itemprop="datePublished" content="2020-02-02T20:41:08+10:00">
70-
<meta itemprop="dateModified" content="2020-02-02T20:41:08+10:00">
7170
<meta itemprop="wordCount" content="16"><meta property="og:url" content="https://blog.uitlanders.com/contact/">
7271
<meta property="og:site_name" content="Learn by doing!">
7372
<meta property="og:title" content="Contact">
7473
<meta property="og:description" content="Contact page">
7574
<meta property="og:locale" content="en">
7675
<meta property="og:type" content="article">
77-
<meta property="article:published_time" content="2020-02-02T20:41:08+10:00">
78-
<meta property="article:modified_time" content="2020-02-02T20:41:08+10:00">
7976

8077
<meta name="twitter:card" content="summary">
8178
<meta name="twitter:title" content="Contact">
@@ -169,9 +166,47 @@
169166
class="prose prose-neutral dark:prose-invert relative mx-auto min-h-[calc(100vh-9rem)] max-w-(--w) px-8 pt-14 pb-16"
170167
><article>
171168
<header class="mb-14">
172-
<h1 class="my-0! pb-2.5">Contact</h1><div class="text-xs antialiased opacity-60"><time>Feb 2, 2020</time></div></header>
169+
<h1 class="my-0! pb-2.5">Contact</h1><div class="text-xs antialiased opacity-60"></div></header>
170+
171+
<section><p>Contact via email below (or possibly twitter/X if notifications are working).</p>
172+
<style>
173+
form {
174+
max-width: 800px;
175+
margin: 0 auto;
176+
padding: 20px;
177+
border-radius: 12px;
178+
box-shadow: 0 16px 24px rgba(0, 0, 0, 0.1);
179+
}
173180

174-
<section><p>Contact via email below (or possibly twitter if notifications are working).</p>
181+
input[type="text"], input[type="email"], textarea {
182+
width: 100%;
183+
padding: 10px;
184+
margin-bottom: 15px;
185+
border: 1px solid #ccc; /* Border to make fields visible */
186+
border-radius: 4px;
187+
font-size: 16px;
188+
}
189+
190+
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
191+
border-color: #007BFF; /* Highlight border on focus */
192+
outline: none;
193+
box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
194+
}
195+
196+
button {
197+
width: 100%;
198+
padding: 10px;
199+
border: none;
200+
border-radius: 4px;
201+
font-size: 16px;
202+
cursor: pointer;
203+
background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
204+
}
205+
206+
button:hover {
207+
background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
208+
}
209+
</style>
175210
<form
176211
action="https://formspree.io/f/mleavwvj"
177212
method="POST"
@@ -186,12 +221,13 @@ <h1 class="my-0! pb-2.5">Contact</h1><div class="text-xs antialiased opacity-60"
186221
<textarea name="message" rows="10" cols="80" ></textarea>
187222
</label>
188223
<button type="submit">Send</button>
189-
</form></section>
224+
</form>
225+
</section>
190226

191227
</article></main><footer
192228
class="mx-auto flex h-[4.5rem] max-w-(--w) items-center px-8 text-xs tracking-wider uppercase opacity-60"
193229
>
194-
<div class="mr-auto">©2015-{year}, All Rights Reserved</div>
230+
<div class="mr-auto">©2015-2025, All Rights Reserved</div>
195231
<a class="link mx-6" href="https://gohugo.io/" rel="noopener" target="_blank"
196232
>powered by hugo️️</a
197233
>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
</section></main><footer
265265
class="mx-auto flex h-[4.5rem] max-w-(--w) items-center px-8 text-xs tracking-wider uppercase opacity-60"
266266
>
267-
<div class="mr-auto">©2015-{year}, All Rights Reserved</div>
267+
<div class="mr-auto">©2015-2025, All Rights Reserved</div>
268268
<a class="link mx-6" href="https://gohugo.io/" rel="noopener" target="_blank"
269269
>powered by hugo️️</a
270270
>

index.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Recent content on Learn by doing!</description>
77
<generator>Hugo</generator>
88
<language>en</language>
9-
<copyright>©2015-{year}, All Rights Reserved</copyright>
9+
<copyright>©2015-2025, All Rights Reserved</copyright>
1010
<lastBuildDate>Sun, 02 Feb 2020 21:50:25 +1000</lastBuildDate>
1111
<atom:link href="https://blog.uitlanders.com/index.xml" rel="self" type="application/rss+xml" />
1212
<item>
@@ -16,13 +16,6 @@
1616
<guid>https://blog.uitlanders.com/posts/2020-02-02-try-hugo/</guid>
1717
<description>&lt;p&gt;It&amp;rsquo;s been a while (and another child) since my last post. The couple of times I went to post something I seemed to run into problems with running jekyll (previous blog site generator) on my local PC.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve been using &lt;a href=&#34;https://gohugo.io&#34;&gt;Hugo&lt;/a&gt; / &lt;a href=&#34;https://docdock.netlify.com/&#34;&gt;docdock&lt;/a&gt; at work for documentation generation and decided to make the switch on the blog as well. Haven&amp;rsquo;t had anywhere near the same number of issues/quirks and installation just requires a single binary (or choco install hugo-extended in reality).&lt;/p&gt;</description>
1818
</item>
19-
<item>
20-
<title>Contact</title>
21-
<link>https://blog.uitlanders.com/contact/</link>
22-
<pubDate>Sun, 02 Feb 2020 20:41:08 +1000</pubDate>
23-
<guid>https://blog.uitlanders.com/contact/</guid>
24-
<description>&lt;p&gt;Contact via email below (or possibly twitter if notifications are working).&lt;/p&gt;&#xA;&lt;form&#xA; action=&#34;https://formspree.io/f/mleavwvj&#34;&#xA; method=&#34;POST&#34;&#xA;&gt;&#xA; &lt;label&gt;&#xA; Your email:&#xA; &lt;input type=&#34;email&#34; name=&#34;_replyto&#34;&gt;&#xA; &lt;/label&gt;&#xA; &lt;br/&gt;&#xA; &lt;label&gt;&#xA; Your message:&#xA; &lt;textarea name=&#34;message&#34; rows=&#34;10&#34; cols=&#34;80&#34; &gt;&lt;/textarea&gt;&#xA; &lt;/label&gt;&#xA; &lt;button type=&#34;submit&#34;&gt;Send&lt;/button&gt;&#xA;&lt;/form&gt;</description>
25-
</item>
2619
<item>
2720
<title>App store not friends with IPv6</title>
2821
<link>https://blog.uitlanders.com/posts/2017-11-25-app-store-not-friends-with-ipv6/</link>
@@ -93,5 +86,12 @@
9386
<guid>https://blog.uitlanders.com/posts/2015-03-03-hello-world/</guid>
9487
<description>&lt;p&gt;So in my ongoing quest to become a better developer I&amp;rsquo;ve decided I should be reading less and doing more. Reading blogs has helped improved both my code and general development practices but ultimately I&amp;rsquo;m going to learn more by trying things out for myself.&lt;/p&gt;&#xA;&lt;p&gt;In the past my participation in side projects could be easily explained&amp;hellip;. &lt;img src=&#34;https://blog.uitlanders.com/assets/201503/Strip-Side-project-650-finalenglish.jpg&#34; alt=&#34;The side projects experience!&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This isn&amp;rsquo;t likely to change but I&amp;rsquo;ll be taking the time to upload some of these experiments/side projects to &lt;a href=&#34;http://www.github.com&#34;&gt;github&lt;/a&gt; (learning more git along the way) and hope that someone else can benefit from them too.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ll also be posting the odd troubleshooting tip when I come across particularly annoying or hard to track down issues. Progress is likely to be slow initially due the arrival of son 1.0 but&amp;hellip;&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;A journey of a thousand miles begins with a single step&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;So here&amp;rsquo;s to writing more and learning some markdown ASAP. (Although this post itself is step 1).&lt;/p&gt;&#xA;&lt;h3 id=&#34;links&#34;&gt;Links&lt;/h3&gt;&#xA;&lt;p&gt;Comic image thanks to &lt;a href=&#34;http://www.commitstrip.com/en/2014/11/25/west-side-project-story/&#34;&gt;Commit Strip&lt;/a&gt;&lt;/p&gt;</description>
9588
</item>
89+
<item>
90+
<title>Contact</title>
91+
<link>https://blog.uitlanders.com/contact/</link>
92+
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
93+
<guid>https://blog.uitlanders.com/contact/</guid>
94+
<description>&lt;p&gt;Contact via email below (or possibly twitter/X if notifications are working).&lt;/p&gt;&#xA;&lt;style&gt;&#xA; form {&#xA; max-width: 800px;&#xA; margin: 0 auto;&#xA; padding: 20px;&#xA; border-radius: 12px;&#xA; box-shadow: 0 16px 24px rgba(0, 0, 0, 0.1);&#xA; }&#xA;&#xA; input[type=&#34;text&#34;], input[type=&#34;email&#34;], textarea {&#xA; width: 100%;&#xA; padding: 10px;&#xA; margin-bottom: 15px;&#xA; border: 1px solid #ccc; /* Border to make fields visible */&#xA; border-radius: 4px;&#xA; font-size: 16px;&#xA; }&#xA;&#xA; input[type=&#34;text&#34;]:focus, input[type=&#34;email&#34;]:focus, textarea:focus {&#xA; border-color: #007BFF; /* Highlight border on focus */&#xA; outline: none;&#xA; box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);&#xA; }&#xA;&#xA; button {&#xA; width: 100%;&#xA; padding: 10px;&#xA; border: none;&#xA; border-radius: 4px;&#xA; font-size: 16px;&#xA; cursor: pointer;&#xA; background-color: color-mix(in oklab, var(--color-black) 20%, transparent);&#xA; }&#xA;&#xA; button:hover {&#xA; background-color: color-mix(in oklab, var(--color-black) 50%, transparent);&#xA; }&#xA; &lt;/style&gt;&#xA;&lt;form&#xA; action=&#34;https://formspree.io/f/mleavwvj&#34;&#xA; method=&#34;POST&#34;&#xA;&gt;&#xA; &lt;label&gt;&#xA; Your email:&#xA; &lt;input type=&#34;email&#34; name=&#34;_replyto&#34;&gt;&#xA; &lt;/label&gt;&#xA; &lt;br/&gt;&#xA; &lt;label&gt;&#xA; Your message:&#xA; &lt;textarea name=&#34;message&#34; rows=&#34;10&#34; cols=&#34;80&#34; &gt;&lt;/textarea&gt;&#xA; &lt;/label&gt;&#xA; &lt;button type=&#34;submit&#34;&gt;Send&lt;/button&gt;&#xA;&lt;/form&gt;</description>
95+
</item>
9696
</channel>
9797
</rss>

posts/2015-03-03-hello-world/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h3 id="links">Links</h3>
203203
></nav></article></main><footer
204204
class="mx-auto flex h-[4.5rem] max-w-(--w) items-center px-8 text-xs tracking-wider uppercase opacity-60"
205205
>
206-
<div class="mr-auto">©2015-{year}, All Rights Reserved</div>
206+
<div class="mr-auto">©2015-2025, All Rights Reserved</div>
207207
<a class="link mx-6" href="https://gohugo.io/" rel="noopener" target="_blank"
208208
>powered by hugo️️</a
209209
>

posts/2015-04-21-brisbane-net-meetup---april/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ <h4 id="vs2013">VS2013</h4>
218218
></nav></article></main><footer
219219
class="mx-auto flex h-[4.5rem] max-w-(--w) items-center px-8 text-xs tracking-wider uppercase opacity-60"
220220
>
221-
<div class="mr-auto">©2015-{year}, All Rights Reserved</div>
221+
<div class="mr-auto">©2015-2025, All Rights Reserved</div>
222222
<a class="link mx-6" href="https://gohugo.io/" rel="noopener" target="_blank"
223223
>powered by hugo️️</a
224224
>

posts/2015-05-03-life-on-the-bleeding-edge-bleeding/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ <h3 id="quitting-while-im-ahead">Quitting while I&rsquo;m ahead</h3>
232232
></nav></article></main><footer
233233
class="mx-auto flex h-[4.5rem] max-w-(--w) items-center px-8 text-xs tracking-wider uppercase opacity-60"
234234
>
235-
<div class="mr-auto">©2015-{year}, All Rights Reserved</div>
235+
<div class="mr-auto">©2015-2025, All Rights Reserved</div>
236236
<a class="link mx-6" href="https://gohugo.io/" rel="noopener" target="_blank"
237237
>powered by hugo️️</a
238238
>

posts/2015-06-30-vps-hosting/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ <h1 class="my-0! pb-2.5">VPS Hosting</h1><div class="text-xs antialiased opacity
249249
></nav></article></main><footer
250250
class="mx-auto flex h-[4.5rem] max-w-(--w) items-center px-8 text-xs tracking-wider uppercase opacity-60"
251251
>
252-
<div class="mr-auto">©2015-{year}, All Rights Reserved</div>
252+
<div class="mr-auto">©2015-2025, All Rights Reserved</div>
253253
<a class="link mx-6" href="https://gohugo.io/" rel="noopener" target="_blank"
254254
>powered by hugo️️</a
255255
>

0 commit comments

Comments
 (0)