move specs into own file, lowercase navbar

This commit is contained in:
eggy 2021-04-07 17:06:51 -04:00
parent 104d5bfb5a
commit 878c662c8d
3 changed files with 35 additions and 33 deletions

View File

@ -1,8 +1,9 @@
<nav> <nav>
<ul class="flex py-2 border-b-2 mb-6"> <ul class="flex py-2 border-b-2 mb-6">
<li class="mr-6"><a href="/">Home</a></li> <li class="mr-6"><a href="/">home</a></li>
<li class="mr-6"><a href="/tags">Tags</a></li> <li class="mr-6"><a href="/tags">tags</a></li>
<li class="mr-6"><a href="/about">About</a></li> <li class="mr-6"><a href="/about">about</a></li>
<li class="mr-6"><span class="cursor-pointer" id="toggleDarkMode">Dark toggle</span></li> <li class="mr-6"><a href="/specs">specs</a></li>
<li class="mr-6"><span class="cursor-pointer" id="toggleDarkMode">dark toggle</span></li>
</ul> </ul>
</nav> </nav>

View File

@ -25,32 +25,3 @@ As an avid reader of…"user-generated content", I store a database of stories h
## Minecraft ## Minecraft
The domain constantly changes and the server is whitelisted, so don't bother looking. 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)

30
src/specs.md Normal file
View File

@ -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)