website

This is my amazing website!
git clone git://shipwreckt.co.uk/website
Log | Files | Refs | README | LICENSE

commit 61087826410f0e4173c61ed4092f03044d6edfe4
parent 3b8ed93a633962fd1a26a4efe78c84d494fef60f
Author: Shipwreckt <shipwreckt@mailfence.com>
Date:   Sun,  1 Dec 2024 13:34:04 +0000

New post

Diffstat:
Mpublic/index.html | 1+
Apublic/posts/14Email | 42++++++++++++++++++++++++++++++++++++++++++
Mpublic/posts/tags/BSD | 2+-
Mpublic/posts/tags/Hardware | 2+-
Apublic/posts/tags/Life | 36++++++++++++++++++++++++++++++++++++
Mpublic/posts/tags/Linux | 2+-
Mpublic/posts/tags/Tech | 3++-
Apublic/posts/tags/li | 0
8 files changed, 84 insertions(+), 4 deletions(-)

diff --git a/public/index.html b/public/index.html @@ -27,6 +27,7 @@ <section class="posts"> <h2>Posts</h2> <ul> + <li>01-12-2024 - <a href="posts/14Email">Email and Life update</a></li> <li>22-09-2024 - <a href="posts/13I2P">Trying out I2P 🕵️</a></li> <li>18-09-2024 - <a href="posts/12Pihole">Pihole on Arch server</a></li> <li>07-09-2024 - <a href="posts/11School">School</a></li> diff --git a/public/posts/14Email b/public/posts/14Email @@ -0,0 +1,42 @@ +<!DOCTYPE html> +<html lang="en-GB"> + <head> + <meta charset="UTF-8"> + <meta name="author" content="Shipwreckt"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Email</title> + <link rel="stylesheet" href="../styles.css"> + <link rel="icon" href="../Images/favi.png" type="image/x-icon"> + </head> + <body> + <header> + <nav> + <ul> + <li><a href="../index.html">Home</a></li> + <li><a href="../links.html">Links</a></li> + <li><a href="../projects.html">Projects</a></li> + <li><a href="../contact.html">Contact</a></li> + </ul> + </nav> + </header> + <main> + <h2>Email and Life update</h2> + <h4>30-11-2024 </h4> + <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="">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> + <center><hr> + <pre><a href="../index.html">Back 🚪</a> | <a href="tags/Life">More about my Life 🍺</a> | <a href="tags/Tech">More Tech 🧑‍💻</a> </pre> + </center> + </main> + </body> +</html> + diff --git a/public/posts/tags/BSD b/public/posts/tags/BSD @@ -29,7 +29,7 @@ <div class="tags2"><hr> <h3>Other tags</h3> - <pre><a href="Linux">Linux 🐧</a> | <a href="Hardware">Hardware 🖥</a> | <a href="Tech">Tech 🧑‍💻</a> |</pre> + <pre><a href="Linux">Linux 🐧</a> | <a href="Hardware">Hardware 🖥</a> | <a href="Tech">Tech 🧑‍💻</a> | <a href="tags/Life">Life 🍺</a></pre> </div> </main> </body> diff --git a/public/posts/tags/Hardware b/public/posts/tags/Hardware @@ -31,7 +31,7 @@ <div class="tags2"><hr> <h3>Other tags</h3> - <pre><a href="Linux">Linux 🐧</a> | <a href="BSD">BSD 😈</a> | <a href="Tech">Tech 🧑‍💻</a> |</pre> + <pre><a href="Linux">Linux 🐧</a> | <a href="BSD">BSD 😈</a> | <a href="Tech">Tech 🧑‍💻</a> | <a href="Life">Life 🍺</a></pre> </div> </main> </body> diff --git a/public/posts/tags/Life b/public/posts/tags/Life @@ -0,0 +1,36 @@ +<!DOCTYPE html> +<html lang="en-GB"> + <head> + <meta charset="UTF-8"> + <meta name="author" content="Shipwreckt"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Tech 🧑‍💻</title> + <link rel="stylesheet" href="../../styles.css"> + <link rel="icon" href="../../Images/favi.png" type="image/x-icon"> + </head> + <body> + <header> + <nav> + <ul> + <li><a href="../../index.html">Home</a></li> + <li><a href="../../links.html">Links</a></li> + <li><a href="../../projects.html">Projects</a></li> + <li><a href="../../contact.html">Contact</a></li> + </ul> + </nav> + </header> + <main> + <div class="tags"> + <center> + <h1>Life 🍺</h1> + </center> + <p>01-12-2024 - <a href="../14Email">Email and Life update</a></p> + </div> + + <div class="tags2"><hr> + <h3>Other tags</h3> + <pre><a href="Linux">Linux 🐧</a> | <a href="BSD">BSD 😈</a> | <a href="Hardware">Hardware 🖥</a> | <a href="tags/Tech">More Tech 🧑‍💻</a></pre> + </div> + </main> + </body> +</html> diff --git a/public/posts/tags/Linux b/public/posts/tags/Linux @@ -35,7 +35,7 @@ <div class="tags2"><hr> <h3>Other tags</h3> - <pre><a href="Hardware">Hardware 🖥</a> | <a href="BSD">BSD 😈</a> | <a href="Tech">Tech 🧑‍💻</a> |</pre> + <pre><a href="Hardware">Hardware 🖥</a> | <a href="BSD">BSD 😈</a> | <a href="Tech">Tech 🧑‍💻</a> |<a href="tags/Life">Life 🍺</a></pre> </div> </main> </body> diff --git a/public/posts/tags/Tech b/public/posts/tags/Tech @@ -24,6 +24,7 @@ <center> <h1>Tech 🧑‍💻</h1> </center> + <p>01-12-2024 - <a href="../14Email">Email and Life update</a></p> <p>22-09-2024 - <a href="../13I2P">Trying out I2P 🕵️</a></p> <p>18-09-2024 - <a href="../12Pihole">Pihole on Arch server</a></p> <p>31-08-2024 - <a href="../10Gentoo">Installing Gentoo Linux</a></p> @@ -38,7 +39,7 @@ <div class="tags2"><hr> <h3>Other tags</h3> - <pre><a href="Linux">Linux 🐧</a> | <a href="BSD">BSD 😈</a> | <a href="Hardware">Hardware 🖥</a> |</pre> + <pre><a href="Linux">Linux 🐧</a> | <a href="BSD">BSD 😈</a> | <a href="Hardware">Hardware 🖥</a> | <a href="Life">Life 🍺</a> </pre> </div> </main> </body> diff --git a/public/posts/tags/li b/public/posts/tags/li