commit c9c9f63ed4c7f47b816cbc1551c94596eeb90d95
parent aeaa18a22f55ed4a3db63790019ca862fea955bc
Author: Shipwreckt <shipwreckt@mailfence.com>
Date: Wed, 21 Aug 2024 21:06:57 +0100
Added new update plus some organization
Diffstat:
12 files changed, 17 insertions(+), 100 deletions(-)
diff --git a/public/index.html b/public/index.html
@@ -26,14 +26,13 @@
<section class="posts">
<h2>Posts</h2>
<ul>
- <li>17-08-2024 - <a href="posts/7NewLaptop">New Laptop !</a></li>
- <li>03-08-2024 - <a href="posts/6Yubikeys">Yubikeys!</a></li>
- <li>27-07-2024 - <a href="posts/5Servers">Messing with servers</a></li>
- <li>24-07-2024 - <a href="posts/4Art">Making some art</a></li>
- <li>22-07-2024 - <a href="posts/3FreeBSD">Trying out FreeBSD</a></li>
- <li>19-07-2024 - <a href="posts/2Summer"><b>Summer holiday!</b></a></li>
- <li>13-07-2024 - <a href="posts/1dwm">Switching to DWM</a></li>
- <li>10-06-2024 - <a href="posts/0learningC">Learning the C programming language</a></li>
+ <li>17-08-2024 - <a href="posts/06NewLaptop">New Laptop !</a></li>
+ <li>03-08-2024 - <a href="posts/05Yubikeys">Yubikeys!</a></li>
+ <li>27-07-2024 - <a href="posts/04Servers">Messing with servers</a></li>
+ <li>24-07-2024 - <a href="posts/03Art">Making some art</a></li>
+ <li>22-07-2024 - <a href="posts/02FreeBSD">Trying out FreeBSD</a></li>
+ <li>19-07-2024 - <a href="posts/01Summer"><b>Summer holiday!</b></a></li>
+ <li>13-07-2024 - <a href="posts/00dwm">Switching to DWM</a></li>
</ul>
</section>
<section class="posts">
@@ -49,3 +48,4 @@
</body>
</html>
+
diff --git a/public/posts/1dwm b/public/posts/00dwm
diff --git a/public/posts/2Summer b/public/posts/01Summer
diff --git a/public/posts/3FreeBSD b/public/posts/02FreeBSD
diff --git a/public/posts/4Art b/public/posts/03Art
diff --git a/public/posts/5Servers b/public/posts/04Servers
diff --git a/public/posts/6Yubikeys b/public/posts/05Yubikeys
diff --git a/public/posts/7NewLaptop b/public/posts/06NewLaptop
diff --git a/public/posts/0learningC b/public/posts/0learningC
@@ -1,56 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Learning C</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">
- <h2>Learning the C programming language</h2>
- <h3>Date: 10:6:2024</h3>
- <hr>
- <p>Hello there, I have not updated this website in the last few days or posted much to GitLab, so I thought I might as well publish something to keep some people updated.</p>
- <p>So as the title implies, I have been learning the C programming language recently, and it has been fun. I am still at the basics, and I have tests coming up, but I am doing my best with the time I have! i While I have been learning, I have been making a kind of tutorial file from the tutorial videos I have watched, so when I believe it is fully ready, I will publish it to GitLab.</p>
- <br><hr>
- <h3>Date: 27:6:2024</h3>
- <p>It has been a few weeks, and I have not made much progress, sadly. I have been quite busy with school, but I have more free time now, so I will have more time to study. I am happy I have more time because I have been really falling behind on learning C. </p>
- <br><hr>
- <h3>Date: 8:7:2024</h3>
- <p>Hello there! It has been a little while since I last updated this page. I have added some of the resources I use today, so that is a plus for you to read if you are curious! But the main bit of news is that I have is that I have rewrote my programme <a href=../projects/programs/Fakefetch#info>Fakefetch</a> in the C programmeming language. It was a bit of a challenging, and I needed some help with troubleshooting, but I got there in the end. I have expanded on my notes, and when I am ready, I shall publish what I have done so far. But for now, that is all. Thank you for reading.</p>
- <font color="#800000">This page is still being updated as I learn more C so keep checking in! </font>
- <hr>
- <p>This is a section is full of resources I use to learn the C programming language.</p>
- <h3>Websites</h3>
- <ul>
- <li><a href="https://freecomputerbooks.com/langCBooks.html">Freecomputerbooks.com</a></li>
- <li><a href="https://www.learn-c.org/">learn-c.org</a></li>
- </ul>
- <h3>Reading material</h3>
- <ul>
- <li><a href="https://mirror.parrot.sh/parrot/misc/openbooks/programming/C_Programming.pdf">C programming</a></li>
- <li><a href="https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html">Gnu C refrance manual</a></li>
- <li><a href="https://www.w3schools.com/c/">W3schools</a></li>
- </ul>
- <h3>Videos</h3>
- <p>For privacy reasons I have used yewtu.be which for now is more private then google's youtube.</p>
- <ul>
- <li><a href="https://yewtu.be/watch?v=KJgsSFOSQv0">C programming (freecodecamp)</a></li>
- <li><a href="">C programming course (brocode)</a></li>
- </ul>
- </main>
-</body>
-</html>
-
diff --git a/public/posts/8Games b/public/posts/8Games
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>DWM</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">
- <h2>Vidio games</h2>
- <h3>Date: 16/8/2024</h3>
- <hr>
- <p>I am going to try stop playing video games because it is just distracting me from working and learning. So I have uninstalled <a href="https://store.steampowered.com">Steam</a> on my main gaming computer. While I do love video games a lot and I have been playing them since I was a little kid, its something I should limit myself too, I will still play some games, mostly rythem games but apart from that I will be trying to stop playing video games all together.</p>
-
- <p>I might try modify some open source games and try make mods for them or something like that but apart from that I am quitting! That is really all, thank you for reading and I will try put out some more work!</p>
- </main>
-</body>
-</html>
-
diff --git a/public/projects/programs/dotfiles b/public/projects/programs/dotfiles
@@ -20,7 +20,7 @@
</header>
<main class="description">
<h1><b>Dotfiles</b></h1>
- <p>Last tested: 21/7/2024</p>
+ <p>Last tested: 21-08-2024</p>
<hr>
<img src="../../Images/tux/Tux.png" alt="Our Lord" class="right-image">
<h3>What are Dotfiles?</h3><p>
@@ -31,14 +31,17 @@
<p>I will not go in-depth about the software I use since I have already done that on the <a href="../../about/software">software</a> page. Instead of including all my software, I have only included the essential software in the install script, as different computers serve different purposes. Additionally, I have programmed a part of the script to install any missing firmware, eliminating those annoying warning messages during package installation. While I can't guarantee this will work on all computers, it has successfully fixed all missing firmware on every computer I've <b>tested it on so far</b>. If you still encounter warning messages, please refer to the <a href="https://wiki.archlinux.org/title/Mkinitcpio#Possibly_missing_firmware_for_module_XXXX">Arch Wiki</a> page to see what firmware you need to install.</p>
- <h2>Inprovments</h2>
- <p>As far as I am aware, the only improvement I can make is getting the <a href="https://github.com/ranger/ranger">ranger</a> configuration working on the first install without the user making it work themself.</p>
<hr>
<h1>News</h1>
- <h2><u>Fixing Ownership of directories and files</u></h2><h3>Date: 22/7/2024</h3>
+ <h2>Changing to starship and other improvments!</h2> <h3>Date: 21-08-2024</h3>
+ <p>It has been a month since the last update, and right now, as of today, I have finished a pretty big part of my Dotfiles! So I have switched my terminal emulator from <a href="https://alacritty.org/">Alacritty</a> to <a href="https://st.suckless.org/">st</a> by Suckless Software. The reason why I have done this is because St is just way lighter than Alacritty. I have also got the ranger configuration to work on the first install, which is amazing! And I have switched from synth-shell to starship because it is just more fun to mess around with. But that is all for this update!</p>
+ <hr>
+
+ <h2><u>Fixing Ownership of directories and files</u></h2><h3>Date: 22-7-2024</h3>
<p style="margin-bottom: 60px;">Yesterday I tested the config again because I reinstalled arch on my laptop, and I noticed a problem when I wanted to change a config, it was readonly becasue mt user did not have access to the file, this is the same for the wallpaper file. So to fix this I have added a line in the install file that fixes this issue.</p>
+ <hr>
- <h2><u>Stable install (mostly)</u></h2><h3>Date: 20/7/2024</h3>
+ <h2><u>Stable install (mostly)</u></h2><h3>Date: 20-7-2024</h3>
<p>Today, I tested my install script on my test computer, and it went smoothly. I only found one problem, which was easily fixed: I forgot to use the -r option when copying files to the .config directory. The only remaining issue is with the ranger config, but apart from that, the install script is stable for anybody to use.</p>
</main>
</body>
diff --git a/public/styles.css b/public/styles.css
@@ -1,5 +1,6 @@
/* styles.css */
+
body {
background-color: #1f1f1f;
color: #e6e6e6;