website

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

commit a6f73870da0d6aadaef54088765f43b6fd748a27
parent 499c16e20cd03b46b9e4df95f27075f89ef2d0cc
Author: Shipwreckt <shipwreckt@mailfence.com>
Date:   Tue, 27 Aug 2024 20:38:40 +0100

Added tags

Diffstat:
Mpublic/index.html | 2+-
Mpublic/posts/00dwm | 3+++
Mpublic/posts/01Summer | 5++++-
Mpublic/posts/02FreeBSD | 3+++
Mpublic/posts/03Art | 5+++--
Mpublic/posts/04Servers | 2++
Mpublic/posts/05Yubikeys | 3+++
Mpublic/posts/06NewLaptop | 11+++++++----
Mpublic/posts/07FishShell | 4++++
Mpublic/posts/08ArchServer | 4++++
Apublic/posts/tags/Hardware | 31+++++++++++++++++++++++++++++++
Apublic/posts/tags/Linux | 32++++++++++++++++++++++++++++++++
Mpublic/styles.css | 7+++++++
13 files changed, 104 insertions(+), 8 deletions(-)

diff --git a/public/index.html b/public/index.html @@ -40,7 +40,7 @@ <section class="posts"> <h2>Articles</h2> <ul> - <li>24-08-2024 - <a href="articals/linuxlist">Articles about LinuxπŸ–₯️🐧</a></li> + <li>24-08-2024 - <a href="articals/linuxlist">Articles about Linux πŸ–₯️🐧</a></li> <li>15-08-2024 - <a href="articals/programminglist">Articles about Programming πŸ‘¨β€πŸ’»</a></li> <li>08-08-2024 - <a href="articals/internetlist">Articles about the Internet 🌐</a></li> <li>07-08-2024 - <a href="articals/neovimlist">Neovim run through 🧠</a></li> diff --git a/public/posts/00dwm b/public/posts/00dwm @@ -27,6 +27,9 @@ <img src="../Images/ricing/DWM/DWM.png" alt="Linux rice" height="450px"> <p>So far, I would say DWM is the perfect window manager for me. I do not see myself going back to Qtile or I3 any time soon because DWM has literally everything I would ever need and more, thanks to the amazing patches I am set up with. I have found it quite easy to configure it; it did take a little bit of time to get used to, but the people at Suckless have made it very easy to configure. I don't think I will be adding much to DWM from now on because I have it how I want currently, so I am pretty happy!</p> <p><br>That is all for this post thank you for reading, more posts to come!</p> + <center><hr> + <pre><a href="../index.html">Back πŸšͺ</a> | <a href="tags/Linux">More Linux 🐧</a></pre> + </main> </body> </html> diff --git a/public/posts/01Summer b/public/posts/01Summer @@ -54,9 +54,12 @@ <h2>Writing</h2> <p>In the next few weeks, I will be trying to compile all my notes about Linux into a small book that anybody can read! In this book, there will be information about different commands, how to start in the Linux world, and more! So far, I have finished the first part, but there is way more to go. If you are interested, keep an eye on the <a href="../projects.html">projects page</a> for any updates!</p> - <h2>Last words</h2> <p>That is all for now, as you can tell I am going to be busy but I am going to love the next few weeks! Thank you for reading.</p> + <center><hr> + <pre><a href="../index.html">Back πŸšͺ</a></pre> + + </main> </body> </html> diff --git a/public/posts/02FreeBSD b/public/posts/02FreeBSD @@ -50,6 +50,9 @@ <h2>Conclusion</h2> <p>Overall, I like FreeBSD and could use it as a daily driver since it supports three of my most-used programs: `git`, `Librewolf`, and `Alacritty`. I appreciate how it works, but for now, I’m sticking with Linux because I am more comfortable with it and prefer Linux over BSD. In the future, I plan to set up a server with <a href="https://www.openbsd.org/">OpenBSD</a>, as I’ve heard excellent things about BSD servers.</p> <p>Thank you for reading!</p> + <center><hr> + <pre><a href="../index.html">Back πŸšͺ</a></pre> + </body> </html> diff --git a/public/posts/03Art b/public/posts/03Art @@ -31,8 +31,9 @@ <p>Here are all the wallpapers I have done so far! I think the Newyork image is the best one so far.</p> <img src="../Images/art/wallpaper/0Dublin.jpg" width="700px" alt="Dublin"> <img src="../Images/art/wallpaper/1NewYork.jpg" width="700px" alt="Newyork"> - <hr> - <p>As normal thank you for reading!</p> + <center><hr> + <pre><a href="../index.html">Back πŸšͺ</a></pre> + </body> </html> diff --git a/public/posts/04Servers b/public/posts/04Servers @@ -43,6 +43,8 @@ <hr> <h2>Conclusion</h2> <p>Overall, this has been an enjoyable project, and I will probably migrate my server sometime in the coming weeks. As always, thank you for reading!</p> + <center><hr> + <pre><a href="../index.html">Back πŸšͺ</a> | <a href="tags/Linux">More Linux 🐧</a> | <a href="tags/Hardware">Hardware πŸ–₯</a></pre> </main> </body> </html> diff --git a/public/posts/05Yubikeys b/public/posts/05Yubikeys @@ -35,6 +35,9 @@ <p>So far the only thing I have really done with my Yubikey is set it up with <a href="https://keepassxc.org/">KeepassXC</a>, for some reason I cannot get my Google account working with it, and this is because I am under Linux, so I might need to install Windows or ChromeOS in a virtual machine and set it up, but even if then, I just have to hope it will still work on Linux because if not, well, that would be ass.</p> <p>That is all I am going to look more into hardware keys because well they are awesome, but that is all thank you for reading!</p> + + <center><hr> + <pre><a href="../index.html">Back πŸšͺ</a></pre> </main> </body> </html> diff --git a/public/posts/06NewLaptop b/public/posts/06NewLaptop @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>DWM</title> + <title>New Laptop!</title> <link rel="stylesheet" href="../styles.css"> <link rel="icon" href="../Images/favi.png" type="image/x-icon"> </head> @@ -38,9 +38,12 @@ <p>There have been two problems with this laptop so far, the first being that it had issues powering on when I brought it. But after a while with messing around with the laptop, I fixed the issue and it is all good now, but there is a chance this could happen in the future, so I have to keep that in mind. The other issue I had was the fan being weird; this problem has only occurred as of today, but it is only a small problem and is probably fixed for good now!</p> <h3>What will it be used for?</h3> - <p>This ThinkPad will be my day laptop, so whenever I go out I will bring it; the reason why I will use it as a day laptop is because I got it for cheep and if it goes missing I will not be too upset.</p> - <hr> - <p>That is all, thank you for reading!</p> + <p>This ThinkPad will be my day laptop, so whenever I go out I will bring it; the reason why I will use it as a day laptop is because I got it for cheep and if it goes missing I will not be too upset.</p><hr> + + <h3>Last words</h3> + <p>Thank you for reading. I hope this laptop lasts me a while, and I will mostly use it for school.</p> + <center><hr> + <pre><a href="../index.html">Back πŸšͺ</a> | <a href="tags/Linux">More Linux 🐧</a> | <a href="tags/Hardware">Hardware πŸ–₯</a></pre> </main> </body> </html> diff --git a/public/posts/07FishShell b/public/posts/07FishShell @@ -46,6 +46,10 @@ <h2>Last thoughts</h2> <p>Overall, I am rather impressed by fish. I will use it as my main shell for the time being, but if I do have any problems, I can just switch to Bash shell for the duration of that problem. I know there is probably a bunch I have missed out on Fish shell, but so far it has been smooth and I have nothing but good to say about it!</p> <p>Thank you for reading.</p> + <center><hr> + <pre><a href="../index.html">Back</a> | <a href="tags/Linux">More Linux 🐧</a></pre> + + </main> </body> </html> diff --git a/public/posts/08ArchServer b/public/posts/08ArchServer @@ -50,6 +50,10 @@ <h2>Last words</h2> <p>I will probably only use Arch Linux for servers because it is hassle-free and easy to use! That is all there is to say it was easy and less of a headache than <a href="https://ubuntu.com">Ubuntu</a>, at least in my experience.</p> <p>But thank you for reading!</p> + <center><hr> + <pre><a href="../index.html">Back</a> | <a href="tags/Linux">More Linux 🐧</a></pre> + + </main> </body> diff --git a/public/posts/tags/Hardware b/public/posts/tags/Hardware @@ -0,0 +1,31 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Linux 🐧</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 class="tags"> + <center> + <h1>Hardware πŸ–₯</h1> + </center> + <p>17-08-2024 - <a href="../06NewLaptop">New Laptop !</a></p> + <p>27-07-2024 - <a href="../04Servers">Messing with servers</a></p> + </center> + </main> +</body> +</html> + diff --git a/public/posts/tags/Linux b/public/posts/tags/Linux @@ -0,0 +1,32 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Linux 🐧</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 class="tags"> + <center> + <h1>Linux 🐧</h1> + </center> + <p>26-08-2024 - <a href="../08ArchServer">Arch Server!</a></p> + <p>17-08-2024 - <a href="../07FishShell">Trying Out Fish 🐟</a></p> + <p>27-07-2024 - <a href="../04Servers">Messing With Servers</a></p> + <p>13-07-2024 - <a href="../00dwm">Switching to DWM</a></p> + </main> +</body> +</html> + diff --git a/public/styles.css b/public/styles.css @@ -54,6 +54,13 @@ a:hover { padding: 0 10px; } +.tags { + margin: 20px auto; + font-size: 18px; + max-width: 30%; + padding: 0 10px; +} + .posts { border-top: 1px solid #C0C0C0; padding-top: 10px;