202404170410
This commit is contained in:
parent
a95a3fdbb6
commit
43c7cac22e
3 changed files with 4 additions and 35 deletions
22
dist/404.html
vendored
22
dist/404.html
vendored
|
@ -1,22 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="description" content="Astro description">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/branding/obo-icon.png">
|
||||
<meta name="generator" content="Astro v2.10.15">
|
||||
<title>Error 404</title>
|
||||
<link rel="stylesheet" href="/_astro/404.9b1be79b.css" />
|
||||
<link rel="stylesheet" href="/_astro/404.3900936b.css" /></head>
|
||||
<body>
|
||||
|
||||
<main class="astro-ZETDM5MD">
|
||||
<marquee behavior="alternate" scrollamount="30" class="astro-ZETDM5MD">
|
||||
<marquee behavior="alternate" scrollamount="30" direction="down" class="astro-ZETDM5MD">
|
||||
<img src="/assets/404/404.png" class="astro-ZETDM5MD">
|
||||
</marquee>
|
||||
</marquee>
|
||||
</main>
|
||||
|
||||
</body></html>
|
3
dist/about/index.html
vendored
3
dist/about/index.html
vendored
|
@ -13,8 +13,7 @@
|
|||
|
||||
<title>LimePot - About</title>
|
||||
<link rel="stylesheet" href="/_astro/about.a75b474c.css" />
|
||||
<link rel="stylesheet" href="/_astro/about.4daafeb6.css" />
|
||||
<link rel="stylesheet" href="/_astro/about.e29f0899.css" /><script type="module">document.addEventListener("DOMContentLoaded",()=>{Array.prototype.slice.call(document.querySelectorAll(".navbar-burger"),0).forEach(t=>{t.addEventListener("click",()=>{const e=t.dataset.target,a=document.getElementById(e);t.classList.toggle("is-active"),a.classList.toggle("is-active")})})});
|
||||
<link rel="stylesheet" href="/_astro/about.28f07a25.css" /><script type="module">document.addEventListener("DOMContentLoaded",()=>{Array.prototype.slice.call(document.querySelectorAll(".navbar-burger"),0).forEach(t=>{t.addEventListener("click",()=>{const e=t.dataset.target,a=document.getElementById(e);t.classList.toggle("is-active"),a.classList.toggle("is-active")})})});
|
||||
</script></head>
|
||||
<body>
|
||||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
|
|
|
@ -1,23 +1,15 @@
|
|||
---
|
||||
layout: ../../layouts/MDPost.astro
|
||||
title: 'My Setup(s)!'
|
||||
pubDate: 2024-04-17
|
||||
description: 'Ever wonder what Im running?'
|
||||
author: 'LimePotato'
|
||||
image:
|
||||
url: '/assets/branding/obo.svg'
|
||||
alt: 'Website Icon'
|
||||
tags: ["first", "blogging", "computer", "setup", "neofetch"]
|
||||
import Layout from "../../layouts/MDPost.astro";
|
||||
---
|
||||
# "Whats your setup like?" I hear nobody asking, I'm glad you asked!
|
||||
|
||||
### My personal machine currently has:
|
||||
## 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!).
|
||||
|
||||
<img src="/assets/otherpics/pc-neofetch.png">
|
||||
|
||||
|
||||
### My Server setup, was more frankensteined together from old parts I had or bought or were given:
|
||||
<h2> My Server setup, was more frankensteined together from old parts I had or bought or were given: </h2>
|
||||
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.
|
Loading…
Reference in a new issue