Skip to content

Commit 6463f0e

Browse files
committed
Tiny content update
1 parent 8b71b40 commit 6463f0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_site/.pb-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"excerpt": "I love https://grid.iamkate.com/ - it is a website that I lurk on a lot! The UK is transitioning rapidly to a green energy future and Kate's website is visited often by people in my company (and may\u2026"
6161
},
6262
"Articles/Turn a single markdown file into your own URL shortener.md": {
63-
"mtime": 1778672328.1035664,
63+
"mtime": 1778673061.2646518,
6464
"output": "articles/paulias/index.html",
6565
"excerpt": "I can't stop building tools. Ever since I realised that I can use LLM coding agents to build lots of little bits of personal software I've been on a roll creating a tonne of tools just for my own\u2026"
6666
},

_site/articles/paulias/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h2>Why build your own?</h2>
131131
<p>I have got to admit: seeing someone share their own custom domain and short link this way was <em>so cool</em>. You knew back in the 00's and 10's if someone had their own custom shortener domain they were <em>real techies</em>.</p>
132132
<p>And so, I always wanted my own. But I didn't want to pay for it 🙈</p>
133133
<p>If we combine this desire with the realisation I had earlier about LLMs being able to build a lot of the scaffolding for stuff like this now, then you can start to see how this idea came around.</p>
134-
<p>I also had another idea I wanted to try: could I make this configurable with a <strong>single markdown file</strong> and have it be a <strong>static website</strong>? That would be ideal for me.</p>
134+
<p>I also had another idea I wanted to try: could I make this configurable with a <strong>single markdown file</strong> and have it be a <strong>static website</strong>? That would be ideal for me as it would fit my <a href="https://paulwrites.software/articles/hyps/">Hyper Personal Software</a> manifesto.</p>
135135
<p>URL redirection is easy with static pages, they look like this:</p>
136136
<pre><code class="language-html"><div class="code-block" data-lang="html"><div class="code-header"><span class="code-lang">index.html</span><button class="code-copy-btn" aria-label="Copy code"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"/><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"/></svg></button></div><div class="highlight"><pre><span></span><span class="cp">&lt;!DOCTYPE html&gt;</span>
137137
<span class="p">&lt;</span><span class="nt">html</span> <span class="na">lang</span><span class="o">=</span><span class="s">&quot;en&quot;</span><span class="p">&gt;</span>

0 commit comments

Comments
 (0)