<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>site, branch HEAD</title>
<subtitle>personal website, served at mordaunt.dev/site</subtitle>
<entry>
<id>8c3c42eba25affb7d5a98750ddc79daf1c2e34c7</id>
<published>2026-09-24T20:11:57Z</published>
<updated>2026-09-24T20:11:57Z</updated>
<title type="text">git: ignore build output {public,resources}</title>
<link rel="alternate" type="text/html" href="commit/8c3c42eba25affb7d5a98750ddc79daf1c2e34c7.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 8c3c42eba25affb7d5a98750ddc79daf1c2e34c7
parent 826badc831a87b4da6f77912d3e9bf315e44935d
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Thu, 24 Sep 2026 17:11:57 -0300

git: ignore build output {public,resources}

</content>
</entry>
<entry>
<id>826badc831a87b4da6f77912d3e9bf315e44935d</id>
<published>2026-09-24T19:49:22Z</published>
<updated>2026-09-24T19:49:22Z</updated>
<title type="text">builds: serve the alias a copy built for the alias</title>
<link rel="alternate" type="text/html" href="commit/826badc831a87b4da6f77912d3e9bf315e44935d.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 826badc831a87b4da6f77912d3e9bf315e44935d
parent 26ca239ce05d3e54239990cb5afff5ab4daaf263
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Thu, 24 Sep 2026 16:49:22 -0300

builds: serve the alias a copy built for the alias

jackmordaunt.com is sourcehut pages serving this site at its root, while
hugo.toml names mordaunt.dev/site/ as the base. A Hugo site bakes that
base into every path it emits, so since the move the alias has been
asking for /site/css/... at a root that has no /site - the stylesheets,
fonts and images all 404 and the pages render unstyled.

The build that feeds pages therefore overrides the base, and content
stops naming /site itself: canonifyURLs resolves the project pages&#39;
screenshots against whichever base built them, so one tree is correct in
both places. mordaunt.dev is unaffected - the server builds the site
itself from this repository as a flake input and never takes this
tarball.

All of it goes away when the alias&#39;s DNS moves to the server and becomes
the path-preserving redirect its Caddyfile block is already written for.

</content>
</entry>
<entry>
<id>26ca239ce05d3e54239990cb5afff5ab4daaf263</id>
<published>2026-09-24T19:49:01Z</published>
<updated>2026-09-24T19:49:01Z</updated>
<title type="text">site: make the front page ask for less, and for things that exist</title>
<link rel="alternate" type="text/html" href="commit/26ca239ce05d3e54239990cb5afff5ab4daaf263.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 26ca239ce05d3e54239990cb5afff5ab4daaf263
parent e6cd05efa5d9a563431198a81ac013dcc74961ee
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Thu, 24 Sep 2026 16:49:01 -0300

site: make the front page ask for less, and for things that exist

The page weighed 888 KB and made five requests that 404&#39;d. 530 KB of it
was a 1196 px avatar drawn in a 320 px slot, 277 KB was the whole of
FontAwesome&#39;s solid and brands families for the two dozen glyphs the site
uses, and 41 KB was a traced SVG standing in for a 32 px favicon. It is
now 100 KB. Over the 265 ms round trip from the far side of the world,
that was most of the wait.

The 404s were the theme&#39;s absolute asset paths, which are only correct
for a site served at the root: /fonts/ for the three preloaded families,
/site.webmanifest and /images/apple-touch-icon.png for files nobody ever
made. Three of them were rel=preload, so they took the highest priority
the browser has, and the fonts that do exist were then discovered from
the stylesheet a round trip later. relURL does not fix them, because it
prefixes baseURL&#39;s path onto a relative argument and leaves an absolute
one alone - so the overrides pass relative paths.

fa-regular is preloaded by the theme and used by nothing here, so it is
no longer asked for. bin/subset-fonts and bin/resize-images regenerate
what is committed; the originals stay in the tree as their input.

</content>
</entry>
<entry>
<id>e6cd05efa5d9a563431198a81ac013dcc74961ee</id>
<published>2026-09-24T09:29:40Z</published>
<updated>2026-09-24T09:29:40Z</updated>
<title type="text">theme: drop the Plausible script</title>
<link rel="alternate" type="text/html" href="commit/e6cd05efa5d9a563431198a81ac013dcc74961ee.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit e6cd05efa5d9a563431198a81ac013dcc74961ee
parent bd93d306fba80266b106c9ae2cd3c67b8831ad99
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Thu, 24 Sep 2026 06:29:40 -0300

theme: drop the Plausible script

Analytics now come from the web server&#39;s access log on mordaunt.dev,
which counts every visitor without running anything in their browser
or sending anything to a third party. The pages carry no tracking
script of any kind.

</content>
</entry>
<entry>
<id>bd93d306fba80266b106c9ae2cd3c67b8831ad99</id>
<published>2026-09-23T21:22:59Z</published>
<updated>2026-09-23T21:22:59Z</updated>
<title type="text">site: move to mordaunt.dev/site</title>
<link rel="alternate" type="text/html" href="commit/bd93d306fba80266b106c9ae2cd3c67b8831ad99.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit bd93d306fba80266b106c9ae2cd3c67b8831ad99
parent f85743f40964d0847b0085beda7839fbf14a1baa
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 23 Sep 2026 18:22:59 -0300

site: move to mordaunt.dev/site

The site is now built by the mordaunt.dev configuration and served under
/site, so the base URL and every absolute asset path carry that prefix.
Current Hugo refuses .html content files unless text/html is allowlisted
in security.allowContent, which was blocking the build. The generated
nostr.json encoded the npub string rather than the decoded pubkey and is
replaced by the one mordaunt.dev serves itself. Key and code links point
at the domain that is now authoritative for them.

</content>
</entry>
<entry>
<id>f85743f40964d0847b0085beda7839fbf14a1baa</id>
<published>2025-11-25T21:31:15Z</published>
<updated>2025-11-25T21:31:15Z</updated>
<title type="text">content/about: adjust langs</title>
<link rel="alternate" type="text/html" href="commit/f85743f40964d0847b0085beda7839fbf14a1baa.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit f85743f40964d0847b0085beda7839fbf14a1baa
parent 351e59254581b06545504e5ae14e2b3446b767dc
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Tue, 25 Nov 2025 18:31:15 -0300

content/about: adjust langs

</content>
</entry>
<entry>
<id>351e59254581b06545504e5ae14e2b3446b767dc</id>
<published>2025-09-23T22:15:09Z</published>
<updated>2025-09-23T22:15:09Z</updated>
<title type="text">Self-Ownership and the Logic of Property</title>
<link rel="alternate" type="text/html" href="commit/351e59254581b06545504e5ae14e2b3446b767dc.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 351e59254581b06545504e5ae14e2b3446b767dc
parent beef66d972587a436bcfffd4beaad76d214bbb67
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Tue, 23 Sep 2025 19:15:09 -0300

Self-Ownership and the Logic of Property

</content>
</entry>
<entry>
<id>beef66d972587a436bcfffd4beaad76d214bbb67</id>
<published>2025-08-09T00:03:23Z</published>
<updated>2025-08-09T00:03:23Z</updated>
<title type="text">site: add plausible</title>
<link rel="alternate" type="text/html" href="commit/beef66d972587a436bcfffd4beaad76d214bbb67.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit beef66d972587a436bcfffd4beaad76d214bbb67
parent c95359dd7cf61711b712144eec4e038f11571831
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri,  8 Aug 2025 21:03:23 -0300

site: add plausible

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>c95359dd7cf61711b712144eec4e038f11571831</id>
<published>2025-08-01T11:31:21Z</published>
<updated>2025-08-01T11:31:21Z</updated>
<title type="text">content/posts/what-is-an-interface.md</title>
<link rel="alternate" type="text/html" href="commit/c95359dd7cf61711b712144eec4e038f11571831.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit c95359dd7cf61711b712144eec4e038f11571831
parent 7dddb043575c02c09fbf7c969a7b90ee9c1f7ae7
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri,  1 Aug 2025 08:31:21 -0300

content/posts/what-is-an-interface.md

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>7dddb043575c02c09fbf7c969a7b90ee9c1f7ae7</id>
<published>2025-07-27T17:52:37Z</published>
<updated>2025-07-27T17:52:54Z</updated>
<title type="text">content/about: remove inline svg</title>
<link rel="alternate" type="text/html" href="commit/7dddb043575c02c09fbf7c969a7b90ee9c1f7ae7.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 7dddb043575c02c09fbf7c969a7b90ee9c1f7ae7
parent 938da080c6bd7204c85d2d4eb78e412b1ded64c1
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Sun, 27 Jul 2025 14:52:37 -0300

content/about: remove inline svg

Not styled properly.

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>938da080c6bd7204c85d2d4eb78e412b1ded64c1</id>
<published>2025-07-27T17:50:12Z</published>
<updated>2025-07-27T17:50:12Z</updated>
<title type="text">site: add article &quot;why people hate go&quot;</title>
<link rel="alternate" type="text/html" href="commit/938da080c6bd7204c85d2d4eb78e412b1ded64c1.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 938da080c6bd7204c85d2d4eb78e412b1ded64c1
parent 0be756c6187d2a0a8cc5c1add6cea7fb7067e090
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Sun, 27 Jul 2025 14:50:12 -0300

site: add article &quot;why people hate go&quot;

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>0be756c6187d2a0a8cc5c1add6cea7fb7067e090</id>
<published>2025-07-21T16:32:38Z</published>
<updated>2025-07-21T16:32:38Z</updated>
<title type="text">site: icnsify project</title>
<link rel="alternate" type="text/html" href="commit/0be756c6187d2a0a8cc5c1add6cea7fb7067e090.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 0be756c6187d2a0a8cc5c1add6cea7fb7067e090
parent a3d4c062e912a489c5e4a8d3ed0e0f334d0ec142
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Mon, 21 Jul 2025 13:32:38 -0300

site: icnsify project

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>a3d4c062e912a489c5e4a8d3ed0e0f334d0ec142</id>
<published>2025-07-18T17:03:25Z</published>
<updated>2025-07-18T17:08:47Z</updated>
<title type="text">public: build site</title>
<link rel="alternate" type="text/html" href="commit/a3d4c062e912a489c5e4a8d3ed0e0f334d0ec142.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit a3d4c062e912a489c5e4a8d3ed0e0f334d0ec142
parent a2378f1f80900cd5069cdeead74fd5e5b3a2720d
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 18 Jul 2025 14:03:25 -0300

public: build site

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>a2378f1f80900cd5069cdeead74fd5e5b3a2720d</id>
<published>2025-07-18T17:03:21Z</published>
<updated>2025-07-18T17:07:54Z</updated>
<title type="text">content/projects/sprig.md: describe my contributions to Sprig</title>
<link rel="alternate" type="text/html" href="commit/a2378f1f80900cd5069cdeead74fd5e5b3a2720d.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit a2378f1f80900cd5069cdeead74fd5e5b3a2720d
parent 74342058a1c4d5c16dd362f4f94ea61b8fd1ad48
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 18 Jul 2025 14:03:21 -0300

content/projects/sprig.md: describe my contributions to Sprig

</content>
</entry>
<entry>
<id>74342058a1c4d5c16dd362f4f94ea61b8fd1ad48</id>
<published>2025-07-18T17:03:01Z</published>
<updated>2025-07-18T17:03:01Z</updated>
<title type="text">static/images/sprig: sprig screenshot</title>
<link rel="alternate" type="text/html" href="commit/74342058a1c4d5c16dd362f4f94ea61b8fd1ad48.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 74342058a1c4d5c16dd362f4f94ea61b8fd1ad48
parent 5db9562c9f178dfd6e89cdae91ff903c2c7babda
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 18 Jul 2025 14:03:01 -0300

static/images/sprig: sprig screenshot

</content>
</entry>
<entry>
<id>5db9562c9f178dfd6e89cdae91ff903c2c7babda</id>
<published>2025-07-18T17:02:46Z</published>
<updated>2025-07-18T17:02:46Z</updated>
<title type="text">static/images/brands: boltdb logo</title>
<link rel="alternate" type="text/html" href="commit/5db9562c9f178dfd6e89cdae91ff903c2c7babda.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 5db9562c9f178dfd6e89cdae91ff903c2c7babda
parent abbbe48683795aacfdc67b58e581a0e7c8ee18fc
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 18 Jul 2025 14:02:46 -0300

static/images/brands: boltdb logo

</content>
</entry>
<entry>
<id>abbbe48683795aacfdc67b58e581a0e7c8ee18fc</id>
<published>2025-07-18T17:02:29Z</published>
<updated>2025-07-18T17:02:29Z</updated>
<title type="text">static/images: delete unused images</title>
<link rel="alternate" type="text/html" href="commit/abbbe48683795aacfdc67b58e581a0e7c8ee18fc.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit abbbe48683795aacfdc67b58e581a0e7c8ee18fc
parent ea65f93770341a12b7c71a7cace0e46c6946c503
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 18 Jul 2025 14:02:29 -0300

static/images: delete unused images

</content>
</entry>
<entry>
<id>ea65f93770341a12b7c71a7cace0e46c6946c503</id>
<published>2025-07-18T16:04:04Z</published>
<updated>2025-07-18T16:04:04Z</updated>
<title type="text">public: build with invertable gio image</title>
<link rel="alternate" type="text/html" href="commit/ea65f93770341a12b7c71a7cace0e46c6946c503.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit ea65f93770341a12b7c71a7cace0e46c6946c503
parent 80fb64ed01f4bba5359efa6901c744f375ae5b88
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 18 Jul 2025 13:04:04 -0300

public: build with invertable gio image

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>80fb64ed01f4bba5359efa6901c744f375ae5b88</id>
<published>2025-07-18T16:03:39Z</published>
<updated>2025-07-18T16:03:39Z</updated>
<title type="text">content/projects/plato-desktop/client.md: add .invert-me to gio image</title>
<link rel="alternate" type="text/html" href="commit/80fb64ed01f4bba5359efa6901c744f375ae5b88.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 80fb64ed01f4bba5359efa6901c744f375ae5b88
parent cbbf325026eab4b3a88454a7fbed1393d647774d
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 18 Jul 2025 13:03:39 -0300

content/projects/plato-desktop/client.md: add .invert-me to gio image

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>cbbf325026eab4b3a88454a7fbed1393d647774d</id>
<published>2025-07-18T16:02:54Z</published>
<updated>2025-07-18T16:02:54Z</updated>
<title type="text">assets/css/custom.css: .invert-me marker class</title>
<link rel="alternate" type="text/html" href="commit/cbbf325026eab4b3a88454a7fbed1393d647774d.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit cbbf325026eab4b3a88454a7fbed1393d647774d
parent 20ebc84031ee62ad7b8b60a91e4d7d998c2ad402
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 18 Jul 2025 13:02:54 -0300

assets/css/custom.css: .invert-me marker class

This can be used to quickly signify an svg that needs to invert based
on the color scheme.

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>20ebc84031ee62ad7b8b60a91e4d7d998c2ad402</id>
<published>2025-07-18T14:36:41Z</published>
<updated>2025-07-18T14:36:41Z</updated>
<title type="text">site: convert png to webp for huge data savings</title>
<link rel="alternate" type="text/html" href="commit/20ebc84031ee62ad7b8b60a91e4d7d998c2ad402.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 20ebc84031ee62ad7b8b60a91e4d7d998c2ad402
parent 6af761b8f0881b3d4607227b61291a2f97acdd7a
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 18 Jul 2025 11:36:41 -0300

site: convert png to webp for huge data savings

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>6af761b8f0881b3d4607227b61291a2f97acdd7a</id>
<published>2025-07-18T14:32:39Z</published>
<updated>2025-07-18T14:32:39Z</updated>
<title type="text">content/projects/plato-desktop-client.md: fixup image links</title>
<link rel="alternate" type="text/html" href="commit/6af761b8f0881b3d4607227b61291a2f97acdd7a.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 6af761b8f0881b3d4607227b61291a2f97acdd7a
parent 970835e4990e2401436f10d55ccc5536154d105f
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 18 Jul 2025 11:32:39 -0300

content/projects/plato-desktop-client.md: fixup image links

The Linux fs is case sensitive!

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>970835e4990e2401436f10d55ccc5536154d105f</id>
<published>2025-07-18T14:28:50Z</published>
<updated>2025-07-18T14:28:50Z</updated>
<title type="text">content/projects: add Plato client project</title>
<link rel="alternate" type="text/html" href="commit/970835e4990e2401436f10d55ccc5536154d105f.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 970835e4990e2401436f10d55ccc5536154d105f
parent 7aad9799ced71c80cd3311be1bb839ed156f0bf8
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 18 Jul 2025 11:28:50 -0300

content/projects: add Plato client project

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>7aad9799ced71c80cd3311be1bb839ed156f0bf8</id>
<published>2025-07-17T14:06:09Z</published>
<updated>2025-07-17T14:06:09Z</updated>
<title type="text">public: fix custom svg hover color</title>
<link rel="alternate" type="text/html" href="commit/7aad9799ced71c80cd3311be1bb839ed156f0bf8.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 7aad9799ced71c80cd3311be1bb839ed156f0bf8
parent a0576a3cb0927a120c3a935d702676be0ecbb05e
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Thu, 17 Jul 2025 11:06:09 -0300

public: fix custom svg hover color

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>a0576a3cb0927a120c3a935d702676be0ecbb05e</id>
<published>2025-07-17T14:05:33Z</published>
<updated>2025-07-17T14:05:33Z</updated>
<title type="text">assets/css/custom.css: allow .custom-icon to gain the hover color</title>
<link rel="alternate" type="text/html" href="commit/a0576a3cb0927a120c3a935d702676be0ecbb05e.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit a0576a3cb0927a120c3a935d702676be0ecbb05e
parent 7ec0bd39d044885f48cd2b3c1ca5db7c948cc80a
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Thu, 17 Jul 2025 11:05:33 -0300

assets/css/custom.css: allow .custom-icon to gain the hover color

This lets .custom-icon share the hover style with every other &lt;a&gt;
decendent.

</content>
</entry>
<entry>
<id>7ec0bd39d044885f48cd2b3c1ca5db7c948cc80a</id>
<published>2025-07-16T19:14:04Z</published>
<updated>2025-07-16T19:14:04Z</updated>
<title type="text">public: build site</title>
<link rel="alternate" type="text/html" href="commit/7ec0bd39d044885f48cd2b3c1ca5db7c948cc80a.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 7ec0bd39d044885f48cd2b3c1ca5db7c948cc80a
parent 6830061848d14889cd0c665db3da086a41bf87fe
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 16 Jul 2025 16:14:04 -0300

public: build site

Includes nostr logo and link.

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>6830061848d14889cd0c665db3da086a41bf87fe</id>
<published>2025-07-16T19:13:33Z</published>
<updated>2025-07-16T19:13:33Z</updated>
<title type="text">config: show nostr icon</title>
<link rel="alternate" type="text/html" href="commit/6830061848d14889cd0c665db3da086a41bf87fe.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 6830061848d14889cd0c665db3da086a41bf87fe
parent 78d06946348ee04c1c764b3daa57a858304dffa0
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 16 Jul 2025 16:13:33 -0300

config: show nostr icon

Link to my njump.me page.

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>78d06946348ee04c1c764b3daa57a858304dffa0</id>
<published>2025-07-16T19:13:14Z</published>
<updated>2025-07-16T19:13:14Z</updated>
<title type="text">assets/images/nostr.svg: nostr logo</title>
<link rel="alternate" type="text/html" href="commit/78d06946348ee04c1c764b3daa57a858304dffa0.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 78d06946348ee04c1c764b3daa57a858304dffa0
parent cc8056f7b8ba3c0883ecb3192da5cbc30c12d63f
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 16 Jul 2025 16:13:14 -0300

assets/images/nostr.svg: nostr logo

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>cc8056f7b8ba3c0883ecb3192da5cbc30c12d63f</id>
<published>2025-07-16T18:53:10Z</published>
<updated>2025-07-16T18:53:10Z</updated>
<title type="text">public: build site</title>
<link rel="alternate" type="text/html" href="commit/cc8056f7b8ba3c0883ecb3192da5cbc30c12d63f.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit cc8056f7b8ba3c0883ecb3192da5cbc30c12d63f
parent 927d50b55332ac889d4b9c75006148b28e6ea3ec
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 16 Jul 2025 15:53:10 -0300

public: build site

</content>
</entry>
<entry>
<id>927d50b55332ac889d4b9c75006148b28e6ea3ec</id>
<published>2025-07-16T18:53:03Z</published>
<updated>2025-07-16T18:53:03Z</updated>
<title type="text">content/posts/hugo-nip-05.md: explain how to host a nip-05 user name with Hugo</title>
<link rel="alternate" type="text/html" href="commit/927d50b55332ac889d4b9c75006148b28e6ea3ec.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 927d50b55332ac889d4b9c75006148b28e6ea3ec
parent 04ce34c52467b74b1c6631b5b8f15146d95c0383
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 16 Jul 2025 15:53:03 -0300

content/posts/hugo-nip-05.md: explain how to host a nip-05 user name with Hugo

</content>
</entry>
<entry>
<id>04ce34c52467b74b1c6631b5b8f15146d95c0383</id>
<published>2025-07-16T18:52:38Z</published>
<updated>2025-07-16T18:52:38Z</updated>
<title type="text">layouts/shortcodes/tooltip.html: wrap some text in a tooltip</title>
<link rel="alternate" type="text/html" href="commit/04ce34c52467b74b1c6631b5b8f15146d95c0383.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 04ce34c52467b74b1c6631b5b8f15146d95c0383
parent 820f526627a94e74011ab97ac48ff841fe15f804
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 16 Jul 2025 15:52:38 -0300

layouts/shortcodes/tooltip.html: wrap some text in a tooltip

</content>
</entry>
<entry>
<id>820f526627a94e74011ab97ac48ff841fe15f804</id>
<published>2025-07-16T18:52:24Z</published>
<updated>2025-07-16T18:52:24Z</updated>
<title type="text">assets/css/custom.css: add a basic tooltip style</title>
<link rel="alternate" type="text/html" href="commit/820f526627a94e74011ab97ac48ff841fe15f804.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 820f526627a94e74011ab97ac48ff841fe15f804
parent 277715a8ae9ba7b2fb485ef3c73aed125eac3e15
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 16 Jul 2025 15:52:24 -0300

assets/css/custom.css: add a basic tooltip style

Not perfect, but it&#39;ll do.

</content>
</entry>
<entry>
<id>277715a8ae9ba7b2fb485ef3c73aed125eac3e15</id>
<published>2025-07-16T18:52:04Z</published>
<updated>2025-07-16T18:52:04Z</updated>
<title type="text">config: pub_key -&gt; npub</title>
<link rel="alternate" type="text/html" href="commit/277715a8ae9ba7b2fb485ef3c73aed125eac3e15.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 277715a8ae9ba7b2fb485ef3c73aed125eac3e15
parent e2084e719d69e9ec1266eadcb42b5cad5ead3c9e
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 16 Jul 2025 15:52:04 -0300

config: pub_key -&gt; npub

Use the nostr nomenclature.

</content>
</entry>
<entry>
<id>e2084e719d69e9ec1266eadcb42b5cad5ead3c9e</id>
<published>2025-07-16T18:51:38Z</published>
<updated>2025-07-16T18:51:38Z</updated>
<title type="text">content/posts/hugo-svg-tricks.md: add description</title>
<link rel="alternate" type="text/html" href="commit/e2084e719d69e9ec1266eadcb42b5cad5ead3c9e.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit e2084e719d69e9ec1266eadcb42b5cad5ead3c9e
parent f2be8842164e68d40b9f30e6fd37f0f47df83aa2
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 16 Jul 2025 15:51:38 -0300

content/posts/hugo-svg-tricks.md: add description

</content>
</entry>
<entry>
<id>f2be8842164e68d40b9f30e6fd37f0f47df83aa2</id>
<published>2025-07-16T17:53:04Z</published>
<updated>2025-07-16T17:53:04Z</updated>
<title type="text">public: expose .well-known/nostr.json</title>
<link rel="alternate" type="text/html" href="commit/f2be8842164e68d40b9f30e6fd37f0f47df83aa2.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit f2be8842164e68d40b9f30e6fd37f0f47df83aa2
parent f07d82137d863cd3c0c90d171e07647142ca95ca
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 16 Jul 2025 14:53:04 -0300

public: expose .well-known/nostr.json

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>f07d82137d863cd3c0c90d171e07647142ca95ca</id>
<published>2025-07-16T17:51:47Z</published>
<updated>2025-07-16T17:51:47Z</updated>
<title type="text">config: add npub</title>
<link rel="alternate" type="text/html" href="commit/f07d82137d863cd3c0c90d171e07647142ca95ca.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit f07d82137d863cd3c0c90d171e07647142ca95ca
parent c2c44d2fad569653054cb8b78a409dfd3b9f6757
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 16 Jul 2025 14:51:47 -0300

config: add npub

</content>
</entry>
<entry>
<id>c2c44d2fad569653054cb8b78a409dfd3b9f6757</id>
<published>2025-07-16T17:51:25Z</published>
<updated>2025-07-16T17:51:25Z</updated>
<title type="text">layouts: add nostr metadata</title>
<link rel="alternate" type="text/html" href="commit/c2c44d2fad569653054cb8b78a409dfd3b9f6757.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit c2c44d2fad569653054cb8b78a409dfd3b9f6757
parent 522fb2ea28803fed016d3b9a9c8991c861f8c09d
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 16 Jul 2025 14:51:25 -0300

layouts: add nostr metadata

This will let me use my domain as a nip-05 shortname.

</content>
</entry>
<entry>
<id>522fb2ea28803fed016d3b9a9c8991c861f8c09d</id>
<published>2025-07-16T16:02:52Z</published>
<updated>2025-07-16T16:02:52Z</updated>
<title type="text">public: update build</title>
<link rel="alternate" type="text/html" href="commit/522fb2ea28803fed016d3b9a9c8991c861f8c09d.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 522fb2ea28803fed016d3b9a9c8991c861f8c09d
parent 6d13d565e08b47bd72f9bc72976f913487331864
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 16 Jul 2025 13:02:52 -0300

public: update build

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>6d13d565e08b47bd72f9bc72976f913487331864</id>
<published>2025-07-16T16:02:34Z</published>
<updated>2025-07-16T16:02:34Z</updated>
<title type="text">content/pay-with-bitcoin.html: use built-in qr code generator</title>
<link rel="alternate" type="text/html" href="commit/6d13d565e08b47bd72f9bc72976f913487331864.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 6d13d565e08b47bd72f9bc72976f913487331864
parent d37dedc147d7cbf436a883220239e2b65f472464
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 16 Jul 2025 13:02:34 -0300

content/pay-with-bitcoin.html: use built-in qr code generator

</content>
</entry>
<entry>
<id>d37dedc147d7cbf436a883220239e2b65f472464</id>
<published>2025-07-16T16:02:16Z</published>
<updated>2025-07-16T16:02:16Z</updated>
<title type="text">config: enable posts</title>
<link rel="alternate" type="text/html" href="commit/d37dedc147d7cbf436a883220239e2b65f472464.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit d37dedc147d7cbf436a883220239e2b65f472464
parent 216c45b7f1b740f023ac4b8c099d068f4c28840b
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 16 Jul 2025 13:02:16 -0300

config: enable posts

</content>
</entry>
<entry>
<id>216c45b7f1b740f023ac4b8c099d068f4c28840b</id>
<published>2025-07-16T16:02:03Z</published>
<updated>2025-07-16T16:02:03Z</updated>
<title type="text">config: allow unsafe html rendering in markdown</title>
<link rel="alternate" type="text/html" href="commit/216c45b7f1b740f023ac4b8c099d068f4c28840b.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 216c45b7f1b740f023ac4b8c099d068f4c28840b
parent 5de35da3ca9c12a7b92b265601cfd5bb9aba1d02
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 16 Jul 2025 13:02:03 -0300

config: allow unsafe html rendering in markdown

</content>
</entry>
<entry>
<id>5de35da3ca9c12a7b92b265601cfd5bb9aba1d02</id>
<published>2025-07-16T16:01:39Z</published>
<updated>2025-07-16T16:01:39Z</updated>
<title type="text">content/posts/hugo-svg-tricks.md: outline some annoyances with svg and hugo</title>
<link rel="alternate" type="text/html" href="commit/5de35da3ca9c12a7b92b265601cfd5bb9aba1d02.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 5de35da3ca9c12a7b92b265601cfd5bb9aba1d02
parent 8f71159f2f42f73ed046b2363f329d7754fdf5e7
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 16 Jul 2025 13:01:39 -0300

content/posts/hugo-svg-tricks.md: outline some annoyances with svg and hugo

</content>
</entry>
<entry>
<id>8f71159f2f42f73ed046b2363f329d7754fdf5e7</id>
<published>2025-07-16T16:01:14Z</published>
<updated>2025-07-16T16:01:14Z</updated>
<title type="text">shortcode/inline-svg.html: for showing svgs in markdown</title>
<link rel="alternate" type="text/html" href="commit/8f71159f2f42f73ed046b2363f329d7754fdf5e7.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 8f71159f2f42f73ed046b2363f329d7754fdf5e7
parent 910615bdb9fd1b30e4fda5980a02784ce57ab5d5
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 16 Jul 2025 13:01:14 -0300

shortcode/inline-svg.html: for showing svgs in markdown

</content>
</entry>
<entry>
<id>910615bdb9fd1b30e4fda5980a02784ce57ab5d5</id>
<published>2025-07-16T16:00:41Z</published>
<updated>2025-07-16T16:00:41Z</updated>
<title type="text">partials/social.html: define inline-block locally</title>
<link rel="alternate" type="text/html" href="commit/910615bdb9fd1b30e4fda5980a02784ce57ab5d5.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 910615bdb9fd1b30e4fda5980a02784ce57ab5d5
parent 4cf744198c2bbd6e00cefd5789941d62f8a2a04f
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 16 Jul 2025 13:00:41 -0300

partials/social.html: define inline-block locally

</content>
</entry>
<entry>
<id>4cf744198c2bbd6e00cefd5789941d62f8a2a04f</id>
<published>2025-07-16T16:00:10Z</published>
<updated>2025-07-16T16:00:10Z</updated>
<title type="text">svg: ensure all svg have 100% dimeneions and no inline styles</title>
<link rel="alternate" type="text/html" href="commit/4cf744198c2bbd6e00cefd5789941d62f8a2a04f.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 4cf744198c2bbd6e00cefd5789941d62f8a2a04f
parent f2bb633565ebf137fefdd6abd3dab459749d496d
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Wed, 16 Jul 2025 13:00:10 -0300

svg: ensure all svg have 100% dimeneions and no inline styles

</content>
</entry>
<entry>
<id>f2bb633565ebf137fefdd6abd3dab459749d496d</id>
<published>2025-07-15T21:35:43Z</published>
<updated>2025-07-15T21:35:43Z</updated>
<title type="text">site: inline sourcehut svg so it can be styled</title>
<link rel="alternate" type="text/html" href="commit/f2bb633565ebf137fefdd6abd3dab459749d496d.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit f2bb633565ebf137fefdd6abd3dab459749d496d
parent 10937684a6ff7df8a048f4b3ffcebf7e7c7d26b6
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Tue, 15 Jul 2025 18:35:43 -0300

site: inline sourcehut svg so it can be styled

This fixes an annoying quirk with html, where svgs included via &lt;img&gt;
cannot be styled with css, but svgs literally placed in the document
can.

To achieve this we have to put the svg under &quot;assets&quot; folder so that
hugo can see it. Then we insert a template block calling readFile which
embeds the svg file literally.

Then we can simply use normal css rules to change the color based on the
theme and apply a transition to match the other icons.

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>10937684a6ff7df8a048f4b3ffcebf7e7c7d26b6</id>
<published>2025-07-15T20:58:55Z</published>
<updated>2025-07-15T20:59:05Z</updated>
<title type="text">site: add favicon</title>
<link rel="alternate" type="text/html" href="commit/10937684a6ff7df8a048f4b3ffcebf7e7c7d26b6.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 10937684a6ff7df8a048f4b3ffcebf7e7c7d26b6
parent fd7a6e67cb918e128c61230b1ddd10a6fef09859
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Tue, 15 Jul 2025 17:58:55 -0300

site: add favicon

Signed-off-by: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;

</content>
</entry>
<entry>
<id>fd7a6e67cb918e128c61230b1ddd10a6fef09859</id>
<published>2025-07-11T17:01:27Z</published>
<updated>2025-07-11T17:01:27Z</updated>
<title type="text">site: remove completed todos</title>
<link rel="alternate" type="text/html" href="commit/fd7a6e67cb918e128c61230b1ddd10a6fef09859.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit fd7a6e67cb918e128c61230b1ddd10a6fef09859
parent f5cecfb9cd1912395ed2117b5ebfbf5cfde31ea1
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 11 Jul 2025 14:01:27 -0300

site: remove completed todos

</content>
</entry>
<entry>
<id>f5cecfb9cd1912395ed2117b5ebfbf5cfde31ea1</id>
<published>2025-07-11T15:00:45Z</published>
<updated>2025-07-11T15:00:45Z</updated>
<title type="text">ci: publish to multiple domains</title>
<link rel="alternate" type="text/html" href="commit/f5cecfb9cd1912395ed2117b5ebfbf5cfde31ea1.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit f5cecfb9cd1912395ed2117b5ebfbf5cfde31ea1
parent 6915489b344eb6bdcc87a50f515daaa2fb1bd717
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 11 Jul 2025 12:00:45 -0300

ci: publish to multiple domains

</content>
</entry>
<entry>
<id>6915489b344eb6bdcc87a50f515daaa2fb1bd717</id>
<published>2025-07-11T14:55:13Z</published>
<updated>2025-07-11T14:55:13Z</updated>
<title type="text">ci: actually need the full domain</title>
<link rel="alternate" type="text/html" href="commit/6915489b344eb6bdcc87a50f515daaa2fb1bd717.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 6915489b344eb6bdcc87a50f515daaa2fb1bd717
parent a89a947bc643d1cad2412a603bf1de4ba8d7666a
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 11 Jul 2025 11:55:13 -0300

ci: actually need the full domain

We need the full domain for the publish.
Thus we need to decouple the name of the repo from the domain name.

</content>
</entry>
<entry>
<id>a89a947bc643d1cad2412a603bf1de4ba8d7666a</id>
<published>2025-07-11T14:53:30Z</published>
<updated>2025-07-11T14:53:30Z</updated>
<title type="text">ci: needs hugo tool</title>
<link rel="alternate" type="text/html" href="commit/a89a947bc643d1cad2412a603bf1de4ba8d7666a.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit a89a947bc643d1cad2412a603bf1de4ba8d7666a
parent 8b1ac5dfce7b73bd475b0943f9dffb973c295ff9
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 11 Jul 2025 11:53:30 -0300

ci: needs hugo tool

</content>
</entry>
<entry>
<id>8b1ac5dfce7b73bd475b0943f9dffb973c295ff9</id>
<published>2025-07-11T14:52:51Z</published>
<updated>2025-07-11T14:52:51Z</updated>
<title type="text">ci: fix site name</title>
<link rel="alternate" type="text/html" href="commit/8b1ac5dfce7b73bd475b0943f9dffb973c295ff9.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 8b1ac5dfce7b73bd475b0943f9dffb973c295ff9
parent d27deaefa3f7a126d411b935b889047a4557b3db
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 11 Jul 2025 11:52:51 -0300

ci: fix site name

Needs to be the name of the repo.

</content>
</entry>
<entry>
<id>d27deaefa3f7a126d411b935b889047a4557b3db</id>
<published>2025-07-11T14:49:31Z</published>
<updated>2025-07-11T14:49:31Z</updated>
<title type="text">content: remove github sponsor embed (it&#39;s not ready)</title>
<link rel="alternate" type="text/html" href="commit/d27deaefa3f7a126d411b935b889047a4557b3db.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit d27deaefa3f7a126d411b935b889047a4557b3db
parent f48353190b812b42261b7e50a2ec8b7dd22d336f
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 11 Jul 2025 11:49:31 -0300

content: remove github sponsor embed (it&#39;s not ready)

</content>
</entry>
<entry>
<id>f48353190b812b42261b7e50a2ec8b7dd22d336f</id>
<published>2025-07-11T14:47:49Z</published>
<updated>2025-07-11T14:47:49Z</updated>
<title type="text">ci: publish on push</title>
<link rel="alternate" type="text/html" href="commit/f48353190b812b42261b7e50a2ec8b7dd22d336f.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit f48353190b812b42261b7e50a2ec8b7dd22d336f
parent dbe4cb98e640cd33448da9f155d4db519f53a7f9
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 11 Jul 2025 11:47:49 -0300

ci: publish on push

</content>
</entry>
<entry>
<id>dbe4cb98e640cd33448da9f155d4db519f53a7f9</id>
<published>2025-07-11T14:40:41Z</published>
<updated>2025-07-11T14:40:41Z</updated>
<title type="text">site: add build</title>
<link rel="alternate" type="text/html" href="commit/dbe4cb98e640cd33448da9f155d4db519f53a7f9.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit dbe4cb98e640cd33448da9f155d4db519f53a7f9
parent 4ed4447c5b3650d4286b155e9c1fb968e85028fd
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 11 Jul 2025 11:40:41 -0300

site: add build

</content>
</entry>
<entry>
<id>4ed4447c5b3650d4286b155e9c1fb968e85028fd</id>
<published>2025-07-11T14:40:10Z</published>
<updated>2025-07-11T14:40:10Z</updated>
<title type="text">site: add content</title>
<link rel="alternate" type="text/html" href="commit/4ed4447c5b3650d4286b155e9c1fb968e85028fd.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 4ed4447c5b3650d4286b155e9c1fb968e85028fd
parent cea5f195622f70d19b48d29d2629eab2bc656e24
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 11 Jul 2025 11:40:10 -0300

site: add content

</content>
</entry>
<entry>
<id>cea5f195622f70d19b48d29d2629eab2bc656e24</id>
<published>2025-07-11T14:39:23Z</published>
<updated>2025-07-11T14:39:23Z</updated>
<title type="text">hugo-coder/layouts/partials/home/social.html: hack in custom svg icons</title>
<link rel="alternate" type="text/html" href="commit/cea5f195622f70d19b48d29d2629eab2bc656e24.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit cea5f195622f70d19b48d29d2629eab2bc656e24
parent a67d2d53d37a516f24066c024292ab6703cc4498
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 11 Jul 2025 11:39:23 -0300

hugo-coder/layouts/partials/home/social.html: hack in custom svg icons

This is a hack for sure. It allows us to configure two separate svg
icons, one for dark and one for light theme.

</content>
</entry>
<entry>
<id>a67d2d53d37a516f24066c024292ab6703cc4498</id>
<published>2025-07-11T14:38:08Z</published>
<updated>2025-07-11T14:38:08Z</updated>
<title type="text">hugo-coder/layouts/partials/page.html: ignore empty title</title>
<link rel="alternate" type="text/html" href="commit/a67d2d53d37a516f24066c024292ab6703cc4498.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit a67d2d53d37a516f24066c024292ab6703cc4498
parent 914497b82cab9a0f37952821f5607c080cfb0b99
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 11 Jul 2025 11:38:08 -0300

hugo-coder/layouts/partials/page.html: ignore empty title

No point spitting out an empty h1.

</content>
</entry>
<entry>
<id>914497b82cab9a0f37952821f5607c080cfb0b99</id>
<published>2025-07-11T14:31:55Z</published>
<updated>2025-07-11T14:31:55Z</updated>
<title type="text">Merge commit &#39;fff9aef71c2a55f52cd532cae16e498a4b62531b&#39; as &#39;themes/hugo-coder&#39;</title>
<link rel="alternate" type="text/html" href="commit/914497b82cab9a0f37952821f5607c080cfb0b99.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit 914497b82cab9a0f37952821f5607c080cfb0b99
parent e214876fd1c998c2e07f951807b98214bc246035
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 11 Jul 2025 11:31:55 -0300

Merge commit &#39;fff9aef71c2a55f52cd532cae16e498a4b62531b&#39; as &#39;themes/hugo-coder&#39;

</content>
</entry>
<entry>
<id>fff9aef71c2a55f52cd532cae16e498a4b62531b</id>
<published>2025-07-11T14:31:55Z</published>
<updated>2025-07-11T14:31:55Z</updated>
<title type="text">Squashed &#39;themes/hugo-coder/&#39; content from commit 70c0792</title>
<link rel="alternate" type="text/html" href="commit/fff9aef71c2a55f52cd532cae16e498a4b62531b.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit fff9aef71c2a55f52cd532cae16e498a4b62531b
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 11 Jul 2025 11:31:55 -0300

Squashed &#39;themes/hugo-coder/&#39; content from commit 70c0792

git-subtree-dir: themes/hugo-coder
git-subtree-split: 70c0792f78b257c7b3c7614b2bc7dffa95f5143f

</content>
</entry>
<entry>
<id>e214876fd1c998c2e07f951807b98214bc246035</id>
<published>2025-07-11T14:30:40Z</published>
<updated>2025-07-11T14:30:40Z</updated>
<title type="text">initial</title>
<link rel="alternate" type="text/html" href="commit/e214876fd1c998c2e07f951807b98214bc246035.html" />
<author>
<name>Jack Mordaunt</name>
<email>jackmordaunt.dev@gmail.com</email>
</author>
<content type="text">commit e214876fd1c998c2e07f951807b98214bc246035
Author: Jack Mordaunt &lt;jackmordaunt.dev@gmail.com&gt;
Date:   Fri, 11 Jul 2025 11:30:40 -0300

initial

</content>
</entry>
</feed>
