diff --git a/dist/about/index.html b/dist/about/index.html index f4e9af6..5e00e93 100644 --- a/dist/about/index.html +++ b/dist/about/index.html @@ -81,11 +81,10 @@
-->

- do a lot of tinkering with various things, hardware and software. - Currently messing around with web-development, Minecraft mods, 3D + I do a lot of tinkering with various things, hardware and software. + Currently messing around with Web Development, Minecraft mods, 3D Printing, Linux, and Game Design. Checkout my Projects to see what I'm currently working on.

-

Also dabble in photography.




diff --git a/dist/assets/otherpics/pc-neofetch.png b/dist/assets/otherpics/pc-neofetch.png new file mode 100644 index 0000000..76629d3 Binary files /dev/null and b/dist/assets/otherpics/pc-neofetch.png differ diff --git a/dist/assets/otherpics/rpi-neofetch.png b/dist/assets/otherpics/rpi-neofetch.png new file mode 100644 index 0000000..8686309 Binary files /dev/null and b/dist/assets/otherpics/rpi-neofetch.png differ diff --git a/dist/assets/otherpics/server-neofetch.png b/dist/assets/otherpics/server-neofetch.png new file mode 100644 index 0000000..d9c8b11 Binary files /dev/null and b/dist/assets/otherpics/server-neofetch.png differ diff --git a/dist/posts/post-1/index.html b/dist/posts/post-1/index.html index 6c19da3..821c4ad 100644 --- a/dist/posts/post-1/index.html +++ b/dist/posts/post-1/index.html @@ -69,7 +69,27 @@
-

Welcome to my new blog this is a test post while I make the framework.

+
  <p>"Whats your setup like?" I hear nobody asking, I'm glad you asked!</p>
+  <p>My personal machine currently has: AMD Ryzen 5 2700, 32 GiB DDR4 3200 RAM, 2TB Internal Storage, 
+    and 1TB External Storage, I'm running Arch Linux installed with some custom scripts I'm making, 
+    I use KDE Plasma (6 broke wayland aaaaa!).
+  </p>
+  <img src="/assets/otherpics/pc-neofetch.png" alt="My personal computers neofetch">
+  <p>
+    My Server setup, was more frankensteined together from old parts I had or bought or were given: 
+    Intel i5-3470, 8 GiB RAM, 2 TB External drive, 2 500 GiB HDD's running in parallel in a software RAID,
+    a 200GiB HDD for the OS, and one more 200GiB for other storage. 
+
+    Its running Ubuntu Jammy(boooooo, itd be debian or arch but i'm too lazy to redo my entire setup right now).
+    I plan to heavily upgrade this bad boy when I have the time and money, it runs pretty much everything, the git repo, 
+    the fediverse, matrix, game servers, its definitely choking on that memory though.
+  </p>
+  <img src="/assets/otherpics/server-neofetch.png" alt="Main servers neofetch">
+  <p>
+    I also have a Raspberry Pi 4B, running, you guessed it, raspbian, it uses 64 GiB External drive as its os drive, i dont trust microSD in the SLIGHTEST. 
+    This thing actually holds up the entire infra with its chadlike beefy little arms. So proud of her.
+  </p>
+  <img src="/assets/otherpics/rpi-neofetch.png" alt="Raspberry Pi's neofetch">
diff --git a/src/pages/about.astro b/src/pages/about.astro index 0c52a78..d09114b 100755 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -22,20 +22,6 @@ import Card from "../components/Card.astro"; href="https://limepot.xyz/projects">Projects to see what I'm currently working on.

-

"Whats your setup like?" I hear nobody asking, I'm glad you asked!

-

My personal machine currently has: AMD Ryzen 5 2700, 32 GiB DDR4 3200 RAM, 2TB Internal Storage, - and 1TB External Storage, I'm running Arch Linux installed with some custom scripts I'm making, - I use KDE Plasma (6 broke wayland aaaaa!). -

-

- My Server setup, was more frankensteined together from old parts I had or bought or were given: - Intel i5-3470, 8 GiB RAM, 2 TB External drive, 2 500 GiB HDD's running in parallel in a software RAID, - a 200GiB HDD for the OS, and one more 200GiB for other storage. - - Its running Ubuntu Jammy(boooooo, itd be debian or arch but i'm too lazy to redo my entire setup right now). - I plan to heavily upgrade this bad boy when I have the time and money, it runs pretty much everything, the git repo, the -

-




diff --git a/src/pages/posts/post-1.md b/src/pages/posts/post-1.md index b8a655b..ff68634 100644 --- a/src/pages/posts/post-1.md +++ b/src/pages/posts/post-1.md @@ -10,5 +10,26 @@ image: tags: ["first", "blogging"] --- -Welcome to my _new blog_ this is a test post while I make the framework. + +

"Whats your setup like?" I hear nobody asking, I'm glad you asked!

+

My personal machine currently has: AMD Ryzen 5 2700, 32 GiB DDR4 3200 RAM, 2TB Internal Storage, + and 1TB External Storage, I'm running Arch Linux installed with some custom scripts I'm making, + I use KDE Plasma (6 broke wayland aaaaa!). +

+ My personal computers neofetch +

+ My Server setup, was more frankensteined together from old parts I had or bought or were given: + Intel i5-3470, 8 GiB RAM, 2 TB External drive, 2 500 GiB HDD's running in parallel in a software RAID, + a 200GiB HDD for the OS, and one more 200GiB for other storage. + + Its running Ubuntu Jammy(boooooo, itd be debian or arch but i'm too lazy to redo my entire setup right now). + I plan to heavily upgrade this bad boy when I have the time and money, it runs pretty much everything, the git repo, + the fediverse, matrix, game servers, its definitely choking on that memory though. +

+ Main servers neofetch +

+ I also have a Raspberry Pi 4B, running, you guessed it, raspbian, it uses 64 GiB External drive as its os drive, i dont trust microSD in the SLIGHTEST. + This thing actually holds up the entire infra with its chadlike beefy little arms. So proud of her. +

+ Raspberry Pi's neofetch > \ No newline at end of file