summaryrefslogtreecommitdiff
path: root/public/posts/emailandlife
diff options
context:
space:
mode:
authorShipwreckt <me@shipwreckt.co.uk>2025-10-31 20:02:14 +0000
committerShipwreckt <me@shipwreckt.co.uk>2025-10-31 20:02:14 +0000
commit7a52ddeba2a68388b544f529d2d92104420f77b0 (patch)
tree15ddd47457a2cb4a96060747437d36474e4f6b4e /public/posts/emailandlife
parent53d6ae2b5568437afa5e4995580a3fb679b7b91b (diff)
Changed from static to 11ty!
Diffstat (limited to 'public/posts/emailandlife')
-rw-r--r--public/posts/emailandlife/index.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/public/posts/emailandlife/index.html b/public/posts/emailandlife/index.html
new file mode 100644
index 0000000..28fec62
--- /dev/null
+++ b/public/posts/emailandlife/index.html
@@ -0,0 +1,50 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="/assets/css/main.css">
+ <title>Email and Life update</title>
+ </head>
+ <body>
+ <article>
+ <header>
+ <h1>Email and Life update</h1>
+ <p class="post-date">December 01, 2024</p>
+ </header>
+ <div class="post-content">
+ <hr>
+ <h2>Introduction</h2>
+<p>Hello there, it has been a long while since I have posted to my website. I have just been busy with life and school.</p>
+<hr>
+<h2>Email</h2>
+<p>If you have tried to look at this website the past few days, you may have noticed that it has been down, and that is because I have been trying to get an email server working again. Sadly God does not want me to set this server up because the VPS provider I was using <a href="https://shipwreckt.co.uk/posts/14Email.html">Digital Ocean</a> does not allow port 25, the port needed for Email. I know there is probably a way to tiptoe around this but I cannot be bothered. I have found 3 VPSes that do not block this port so I will hopefully get my awaited email server soon.</p>
+<hr>
+<h2>School</h2>
+<p>School has been alright, just long days and homework. I have not had much time to program or mess around with Linux, but now that mocks are over, I might have some more time to mess around and learn. This whole setting up an email server thing is my latest Linux work, but I hope to do some more junk with servers soon.</p>
+
+ </div>
+ </article>
+
+
+
+
+ <footer class="post-footer">
+ <!-- 🌟 Back button -->
+ <a href="/" class="back-button">⬅ Back to Home</a>
+
+
+ <p class="post-tags">
+
+ <a href="/tags/life/"
+ aria-label="View posts tagged life">
+ life
+ </a>
+
+ </p>
+
+ </footer>
+
+ </body>
+</html>
+