diff options
| author | Andrew Lee <andrew@alee14.me> | 2026-07-06 16:17:58 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2026-07-06 16:17:58 -0400 |
| commit | 167cfd3793f49d300c99b948b2302304aede3e9f (patch) | |
| tree | b70dc5abdb60fb584d6b23848fb48282d75f1284 /src/pages/index.astro | |
| parent | 59de20ef0835170d30f5033d8c98aad41e554882 (diff) | |
| download | personal-website-167cfd3793f49d300c99b948b2302304aede3e9f.tar.gz personal-website-167cfd3793f49d300c99b948b2302304aede3e9f.tar.bz2 personal-website-167cfd3793f49d300c99b948b2302304aede3e9f.zip | |
Fixed programming; add new contact; revised guidelines, privacy pol
Diffstat (limited to 'src/pages/index.astro')
| -rw-r--r-- | src/pages/index.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index daabea8..f1c2da9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -68,7 +68,7 @@ const allBlogPosts = (await getCollection('blog')).sort((a, b) => b.data.pubDate </ul> <h2>AleeWorkstation</h2> <ul> - <li>OS: Arch Linux (KDE)</li> + <li>OS: Arch Linux</li> <li>CPU: AMD Ryzen 3 2200G</li> <li>RAM: 16 GB DDR4</li> <li>Storage: 2 TB NVME SSD, 4 TB HDD, 2 TB HDD</li> @@ -83,7 +83,7 @@ const allBlogPosts = (await getCollection('blog')).sort((a, b) => b.data.pubDate </ul> <h2>ServaRica (Server)</h2> <ul> - <li>OS: Debian 12 Bookworm</li> + <li>OS: Debian 13 Trixie</li> <li>CPU: AMD EPYC 7302</li> <li>RAM: 4 GB</li> <li>Storage: 206 GB</li> |
