From 878c662c8d261afbc57cefacfd2663ab07963e7f Mon Sep 17 00:00:00 2001 From: eggy Date: Wed, 7 Apr 2021 17:06:51 -0400 Subject: [PATCH] move specs into own file, lowercase navbar --- src/_includes/nav.liquid | 9 +++++---- src/about.md | 29 ----------------------------- src/specs.md | 30 ++++++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 33 deletions(-) create mode 100644 src/specs.md diff --git a/src/_includes/nav.liquid b/src/_includes/nav.liquid index 9be1807..b246d80 100644 --- a/src/_includes/nav.liquid +++ b/src/_includes/nav.liquid @@ -1,8 +1,9 @@ diff --git a/src/about.md b/src/about.md index 597aa0f..731199d 100644 --- a/src/about.md +++ b/src/about.md @@ -25,32 +25,3 @@ As an avid reader of…"user-generated content", I store a database of stories h ## Minecraft The domain constantly changes and the server is whitelisted, so don't bother looking. - -# Specifications - -## Server: Dell Optiplex 780 - -- **CPU:** Intel Core 2 Duo E8400 -- **GPU:** AMD ATI Radeon HD 3450 -- **RAM:** 4 GB DDR3 @ 2133 MHz -- **Storage:** Seagate Barracuda 160 GB HDD @ 7200 RPM -- **OS:** Arch Linux - -## Laptop: ASUS Zephyrus G14 GA401IU - - - **CPU**: AMD Ryzen 7 4800HS - - **GPU:** NVIDIA :( GeForce GTX 1660 Ti Max-Q - - **RAM:** 16 GB DDR4 @ 3200 MHz (0.5 GB reserved for the iGPU) - - **Storage:** 512 GB NVMe SSD - - **OS:** Arch Linux - - **WM:** [Sway](https://github.com/swaywm/sway) - -## Laptop: Lenovo IdeaPad 5 14" - -- **CPU:** AMD Ryzen 5 4500U -- **GPU:** AMD Radeon Vega 6 -- **RAM:** 8 GB DDR4 @ 3200 MHz (0.5 GB reserved for the iGPU) -- **Storage:** 256 GB NVMe SSD -- **OS:** Arch Linux -- **WM:** [Sway](https://github.com/swaywm/sway) - diff --git a/src/specs.md b/src/specs.md new file mode 100644 index 0000000..8ced1e2 --- /dev/null +++ b/src/specs.md @@ -0,0 +1,30 @@ +--- +layout: default +title: Specifications +--- +## Server: Dell Optiplex 780 + +- **CPU:** Intel Core 2 Duo E8400 +- **GPU:** AMD ATI Radeon HD 3450 +- **RAM:** 4 GB DDR3 @ 2133 MHz +- **Storage:** Seagate Barracuda 160 GB HDD @ 7200 RPM +- **OS:** Arch Linux + +## Laptop: ASUS Zephyrus G14 GA401IU + + - **CPU**: AMD Ryzen 7 4800HS + - **GPU:** NVIDIA :( GeForce GTX 1660 Ti Max-Q + - **RAM:** 16 GB DDR4 @ 3200 MHz (0.5 GB reserved for the iGPU) + - **Storage:** 512 GB NVMe SSD + - **OS:** Arch Linux + - **WM:** [Sway](https://github.com/swaywm/sway) + +## Laptop: Lenovo IdeaPad 5 14" + +- **CPU:** AMD Ryzen 5 4500U +- **GPU:** AMD Radeon Vega 6 +- **RAM:** 8 GB DDR4 @ 3200 MHz (0.5 GB reserved for the iGPU) +- **Storage:** 256 GB NVMe SSD +- **OS:** Arch Linux +- **WM:** [Sway](https://github.com/swaywm/sway) +