diff options
| -rw-r--r-- | public/blog.html | 2 | ||||
| -rw-r--r-- | public/blog/how-to-self-host-a-git-server.html (renamed from public/blog/how-to-setup-a-git-server-and-cgit.html) | 0 | ||||
| -rw-r--r-- | public/index.html | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/public/blog.html b/public/blog.html index 8d05e0e..e1b3a99 100644 --- a/public/blog.html +++ b/public/blog.html @@ -3,7 +3,7 @@ <body>
<main style="min-height: 100vh;">
<div style="display: grid; justify-content: center;">
- <a href="/blog/how-to-setup-a-git-server-and-cgit" class="link">How to Self-Host a Git Server</a>
+ <a href="/blog/how-to-self-host-a-git-server" class="link">How to Self-Host a Git Server</a>
<p>Saturday May 30, 2026 2:45:23 PM</p>
</div>
</main>
diff --git a/public/blog/how-to-setup-a-git-server-and-cgit.html b/public/blog/how-to-self-host-a-git-server.html index 871690d..871690d 100644 --- a/public/blog/how-to-setup-a-git-server-and-cgit.html +++ b/public/blog/how-to-self-host-a-git-server.html diff --git a/public/index.html b/public/index.html index 3093c59..2791834 100644 --- a/public/index.html +++ b/public/index.html @@ -6,7 +6,7 @@ <div class="center">
<div style="text-align: left;" class="width">
<p>You might be here because you were tricked! However, I refuse to scam you like instagram grifters with similar bios will.</p>
- <p><a href="/blog">My blog</a> contains tutorials on various electrical engineering topics like signal processing and also other tech things.</p>
+ <p><a href="/blog">My blog</a> contains tutorials on various electrical engineering topics like signal processing and other miscellaneous tech related stuff.</p>
<p>Listen to <a href="/music">my music.</a> The majority of streaming services should be linked.</p>
<p>The source code for this site, my audio plugins, and more is available on <a href="https://git.haemolacriaa.com/">my git server</a>, and also on <a href="https://github.com/ozpv">Github.</a></p>
</div>
|
