From 1717573dbb3156c60409444ebb0bbfe72ac8e398 Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Sun, 19 May 2024 15:30:24 -0400 Subject: [PATCH] Add gallery, remove blog. --- docs/blog/.authors.yml | 5 ----- docs/blog/entries/2024_02_11-hello_world.md | 9 --------- .../2024_02_14-buying_used_on_amazon.md | 20 ------------------- docs/blog/index.md | 5 ----- docs/gallery.md | 8 ++++++++ mkdocs.yml | 2 +- 6 files changed, 9 insertions(+), 40 deletions(-) delete mode 100644 docs/blog/.authors.yml delete mode 100644 docs/blog/entries/2024_02_11-hello_world.md delete mode 100644 docs/blog/entries/2024_02_14-buying_used_on_amazon.md create mode 100644 docs/gallery.md diff --git a/docs/blog/.authors.yml b/docs/blog/.authors.yml deleted file mode 100644 index f347e40..0000000 --- a/docs/blog/.authors.yml +++ /dev/null @@ -1,5 +0,0 @@ -authors: - subnet_masked: - name: Subnet_Masked - avatar: /assets/images/profile_image.png - description: The one, the only! \ No newline at end of file diff --git a/docs/blog/entries/2024_02_11-hello_world.md b/docs/blog/entries/2024_02_11-hello_world.md deleted file mode 100644 index 33e791f..0000000 --- a/docs/blog/entries/2024_02_11-hello_world.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -date: 2024-02-11 20:16:00 -authors: - - subnet_masked ---- - -# Hello World - -Hey look, a blog! Here we go again... Will I maintain it this time? Who knows! \ No newline at end of file diff --git a/docs/blog/entries/2024_02_14-buying_used_on_amazon.md b/docs/blog/entries/2024_02_14-buying_used_on_amazon.md deleted file mode 100644 index 01222e6..0000000 --- a/docs/blog/entries/2024_02_14-buying_used_on_amazon.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -date: 2024-02-14 18:10:00 -authors: - - subnet_masked ---- - -# Amazon used keyboard woes - -I probably should have seen this coming when I ordered a used anything off of Amazon. I have had luck in the past but now I am going to start double thinking before I try and order used from now on. - -I ordered a Keychron K3V2 hot swappable keyboard that was supposed to come with Gateron Blue switches [(Keychron Product Page)](https://www.keychron.com/products/keychron-k3-wireless-mechanical-keyboard?variant=32220198568025). Instead what arrived at my door was the K3V1 with non-swappable red switches and the older style key caps. [(Keychron Product Page)](https://www.keychron.com/products/keychron-k3-pro-qmk-via-wireless-custom-mechanical-keyboard?variant=40283618738265) - -Unfortunately I did not know that the switches were not swappable until I tried to do just that, and subsequently ended up breaking the switch bad enough that it will not go back together. At least I picked a key that I didn't care too much about to try and pop (++alt++). So... Now I have no right side alt key, not the end of th world. - -Thankfully after explaining what was up and what I tried to do and the state of the keyboard, Amazon has offered to refund it without me sending it back. Right now though it looks like they might not honor that as my account has not been credited and it states that I will get my refund when they receive the product. The rep on the chat said that I could ignore that though so we will see. I took a screenshot off the chat (See bottom of blog). - -In other news - It seems that I do in fact enjoy Gateron Red switches. - -![Amazon chat log](../../assets/images/blog/2024_02_14-buying_used_on_amazon/amazon_chat.png) -![Wrecked key](../../assets/images/blog/2024_02_14-buying_used_on_amazon/wrecked_key.png) \ No newline at end of file diff --git a/docs/blog/index.md b/docs/blog/index.md index de68d8d..c58f16c 100644 --- a/docs/blog/index.md +++ b/docs/blog/index.md @@ -1,7 +1,2 @@ ---- -icon: material/notebook-edit -description: Rambling words! ---- - # Blog diff --git a/docs/gallery.md b/docs/gallery.md new file mode 100644 index 0000000..ebb3349 --- /dev/null +++ b/docs/gallery.md @@ -0,0 +1,8 @@ +--- +icon: material/image +--- + +# Gallery + +!!! warning + If you are seeing this page, my web server is not working right. Please let me know using [any of my contact methods](contact.md) \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index eac51bc..22888bc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -65,7 +65,7 @@ nav: - 'contact.md' - 'gpg.md' - 'projects/index.md' - - 'blog/index.md' + - 'gallery.md' plugins: - glightbox: touchNavigation: true