diff --git a/content/docs/cachylove.md b/content/docs/cachylove.md index 68f0b76..066843c 100644 --- a/content/docs/cachylove.md +++ b/content/docs/cachylove.md @@ -1,7 +1,7 @@ +++ date = '2026-08-01T05:16:03Z' title = 'Cachylove' -draft = true +tags = ["docs", "linux", "tech"] +++ **https://cachyos.org/download/** diff --git a/content/docs/fstab.md b/content/docs/fstab.md index 8365b59..3c40574 100644 --- a/content/docs/fstab.md +++ b/content/docs/fstab.md @@ -12,7 +12,7 @@ This brief tutorial should be cross-flavor, meaning it should work on Debian-, F ## STOP TALKING AND GIVE ME INFO -To begin, if you don't already have it, I like to use Gnome's Disk Utility on most of my distributions. Install it with: +I'm assuming your drive is already installed. If not, To begin, if you don't already have it, I like to use Gnome's Disk Utility on most of my distributions. Install it with: ```bash sudo pacman -Syyu @@ -25,3 +25,19 @@ Then we leave that terminal open to the side, and open up what we just installed gnome-disk-utility ``` +Ideally you'll have Disks on one window, terminal on the other. + +Now. In Disks, you'll want to format your disk from the 3-dot menu in the top right. + +Once formatted, mount the sucker. Name it something you'll remember, we'll need it soon. + +*(Quick note! If you plan to daily this drive in Linux, leave it as "ext4". If you intend to dual boot, format to "fat32")* + +Now you're formatted. You'll notice a little string of numbers under the partition now, a field labeled "UUID". We need that. Copy paste your UUID, and move over to the terminal + +In your terminal, run + +```bash +sudo nano /etc/fstab +``` + diff --git a/content/music/207/index.md b/content/music/207/index.md index 4927c79..06daa82 100644 --- a/content/music/207/index.md +++ b/content/music/207/index.md @@ -1,6 +1,7 @@ +++ date = '2026-08-01T04:24:46Z' title = 'The Chicken Street Band' +tags = ["music", "chickenstreetband", "maine"] +++ **A collection of my favorite moments with these goons.** diff --git a/content/reviews/statica.md b/content/reviews/statica.md index ccd60cf..3c171bb 100644 --- a/content/reviews/statica.md +++ b/content/reviews/statica.md @@ -2,6 +2,7 @@ date = '2026-08-01T20:06:17Z' title = 'Statica EP - Avenged Sevenfold' draft = false +tags = ["music", "review"] +++ ## The band diff --git a/content/search.md b/content/search.md new file mode 100644 index 0000000..7af2eb7 --- /dev/null +++ b/content/search.md @@ -0,0 +1,6 @@ ++++ +title = 'Search' +layout = "search" +summary = "search" +placeholder = "search" ++++ diff --git a/content/tags/_index.md b/content/tags/_index.md new file mode 100644 index 0000000..5e395ef --- /dev/null +++ b/content/tags/_index.md @@ -0,0 +1,5 @@ ++++ +date = '2026-08-03T19:02:10-04:00' +title = 'Tags' +layout = "terms" ++++ diff --git a/hugo.toml b/hugo.toml index da35e02..1825a16 100755 --- a/hugo.toml +++ b/hugo.toml @@ -96,7 +96,23 @@ Things like homelab docs, music I get to work on, general musings url = "/posts" weight = 5 +[[menus.main]] + identifier = "search" + name = "Search" + url = "/search/" + weight = 8 + +[[menus.main]] + identifier = "tags" + name = "Tags" + url = "/tags/" + weight = 7 + [caches] [caches.images] dir = ':cacheDir/images' + +[outputs] + home = ["HTML", "RSS", "JSON"] # Required + diff --git a/layouts/tags/terms.html b/layouts/tags/terms.html new file mode 100644 index 0000000..e69de29 diff --git a/public/404.html b/public/404.html index b85412a..c291986 100644 --- a/public/404.html +++ b/public/404.html @@ -94,6 +94,16 @@ Docs +