summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShipwreckt <shipwreckt@mailfence.com>2024-07-25 11:57:49 +0000
committerShipwreckt <shipwreckt@mailfence.com>2024-07-25 11:57:49 +0000
commit811da5a2fe327ddeee7f483c055bd293fd9a8750 (patch)
treee2498b059c88a359b511ff03d8d4bf8285a74d01
parentffc186103f56a0ba163296ae52aa7fdbf17e2dad (diff)
Updated the README.md and added a section about arch linux
-rw-r--r--README.md20
-rw-r--r--public/articals/arch/1CleaningArchLinux (renamed from public/articals/1CleaningArchLinux)14
-rw-r--r--public/articals/archlist32
-rw-r--r--public/index.html4
4 files changed, 53 insertions, 17 deletions
diff --git a/README.md b/README.md
index e5d6626..6474ef4 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,15 @@
-This is my personal website I do hope you like it!
-The reason why I have made this website is because I love the idea of a place that I own and
-control, I can just add whatever I want to this and it is awesome !
+## **Shipwreckt.co.uk Website Repository**
-Some day I will get an email server working :0
+Welcome to my personal website repository! This project is licensed under the GNU Affero General Public License v3.0, giving you the freedom to copy, modify, and distribute it. Additionally, you are not required to credit this website as your template if you choose to use it.
+
+### License
+
+This project is licensed under the GNU Affero General Public License v3.0. You can view the full license [here](https://www.gnu.org/licenses/agpl-3.0.html). A copy of the license should be included in this repository.
+
+### How to Clone
+
+To clone this repository, use the following command:
+
+```bash
+git clone https://gitlab.com/Shipwreckt/website
-There is somethings still to do till I can fully say it is out but I am working my hardest with the
-time I have so don't judge so fast!
-link to the website: https://shipwreckt.co.uk
diff --git a/public/articals/1CleaningArchLinux b/public/articals/arch/1CleaningArchLinux
index af271ca..b58f913 100644
--- a/public/articals/1CleaningArchLinux
+++ b/public/articals/arch/1CleaningArchLinux
@@ -4,24 +4,23 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cleaning Arch Linux</title>
- <link rel="stylesheet" href="../styles.css">
- <link rel="icon" href="../Images/favi.png" type="image/x-icon">
+ <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>
+ <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="description">
<h1>How to Clean Arch Linux</h1>
<h3>Date: 21:7:2024</h3>
- <hr>
<p>In this artical I will be telling you how to clean up your <a href="https://archlinux.org">Arch Linux system</a> in the same way I do so.</p>
<hr>
<h2>Package Cache</h2>
@@ -49,7 +48,6 @@
</div>
<hr>
<p>That is more for now, I hope this artical has helped you clean your system.</p>
-
</main>
</body>
</html>
diff --git a/public/articals/archlist b/public/articals/archlist
new file mode 100644
index 0000000..d5ec90b
--- /dev/null
+++ b/public/articals/archlist
@@ -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>Arch Linux index</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="description">
+ <h1>Arch Linux articles</h1>
+ <p>Due to the fact I plan to write more articles about <a href""https://archlinux.org>Arch Linux</a> I have decided to make an index to preper for the future when I do write more.</p>
+ <section class="posts">
+ <h2>Tutorials</h2>
+ <ul>
+ <li>21-07-2024 - <a href="arch/1CleaningArchLinux">How to clean Arch Linux</a></li>
+ </ul>
+ </main>
+</body>
+</html>
+
diff --git a/public/index.html b/public/index.html
index 7e26a81..dd1a715 100644
--- a/public/index.html
+++ b/public/index.html
@@ -35,8 +35,8 @@
<section class="posts">
<h2>Articles</h2>
<ul>
- <li>21-07-2024 - <a href="articals/1CleaningArchLinux">How to clean Arch Linux</a></li>
- <li>30-05-2024 - <a href="articals/0How_To_Stay_Safe_Online">How to stay safe online</a></li>
+ <li>25-07-2024 - <a href="articals/archlist">Articles about Arch Linux</a></li>
+ <li>30-05-2024 - <a href="articals/0How_To_Stay_Safe_Online">How to stay safe online</a></li>
</ul>
</section>
</main>