summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-05-30 23:28:30 -0500
committerozpv <39195175+ozpv@users.noreply.github.com>2026-05-30 23:28:30 -0500
commit3d5222bc40a298c9e579ac9de813f713c9751728 (patch)
tree3c1ad2678ae8acedd5c9403e66755dde8d77baa6 /public
parentfe61360983f6738d9a749d4fea239a06db2fb3a9 (diff)
edits
Diffstat (limited to 'public')
-rw-r--r--public/blog.html2
-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.html2
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>&nbsp;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>