From a3fa5445f1799674e3d73f30ffd0bda776b0cf4b Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Fri, 30 Sep 2022 16:28:57 +0200 Subject: [PATCH] Everything is tech related --- content/rambles/adblock.md | 2 +- content/rambles/browsers.md | 2 +- content/rambles/hugo.md | 2 +- content/rambles/nix-home-manager.md | 2 +- content/rambles/nix-on-other-distros-packagemanagers.md | 2 +- content/rambles/ssh-configuration.md | 2 +- content/rambles/vim.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/rambles/adblock.md b/content/rambles/adblock.md index 16ce35e..42c9f5c 100644 --- a/content/rambles/adblock.md +++ b/content/rambles/adblock.md @@ -2,7 +2,7 @@ title: "Adblock" date: "2022-08-22T23:46:09+02:00" author: "$HUMANOID" -tags: ["technology", "internet", "advertisements"] +tags: ["internet", "advertisements"] description: "The morality and utility of adblockers" --- ### UBlock Origin diff --git a/content/rambles/browsers.md b/content/rambles/browsers.md index 2de8396..fc870da 100644 --- a/content/rambles/browsers.md +++ b/content/rambles/browsers.md @@ -3,7 +3,7 @@ title: Browsers date: 2022-04-04T02:54:33+02:00 author: $HUMANOID description: "A little ramble mainly about browsers with Vi-like bindings" -tags: ["vim", "linux", "technology"] +tags: ["vim", "linux"] --- # Web Browsers With Vim Bindings diff --git a/content/rambles/hugo.md b/content/rambles/hugo.md index a8d432c..4ec4a7e 100644 --- a/content/rambles/hugo.md +++ b/content/rambles/hugo.md @@ -2,7 +2,7 @@ title: "Hugo" date: "2022-08-18T14:53:00+02:00" author: "$HUMANOID" -tags: ["hugo", "technology"] +tags: ["hugo"] description: "A little ramble about Hugo" --- diff --git a/content/rambles/nix-home-manager.md b/content/rambles/nix-home-manager.md index 2ab36b5..0d1d4e8 100644 --- a/content/rambles/nix-home-manager.md +++ b/content/rambles/nix-home-manager.md @@ -2,7 +2,7 @@ title: "Nix Home Manager" date: "2022-09-19T21:49:46+02:00" author: "$HUMANOID" -tags: ["nix", "technology", "linux"] +tags: ["nix", "linux"] description: "Basics of using the Nix Home Manager in a way that makes sense to me and probably just me" draft: false toc: true diff --git a/content/rambles/nix-on-other-distros-packagemanagers.md b/content/rambles/nix-on-other-distros-packagemanagers.md index 90d0525..3f26cc9 100644 --- a/content/rambles/nix-on-other-distros-packagemanagers.md +++ b/content/rambles/nix-on-other-distros-packagemanagers.md @@ -2,7 +2,7 @@ title: "Nix on Other Distros' Packagemangers" date: "2022-09-12T11:37:11+02:00" author: "$HUMANOID" -tags: ["nix", "technology", "linux"] +tags: ["nix", "linux"] description: "A guide on installing the Nix packagemanger on Alpine and Debian" toc: true --- diff --git a/content/rambles/ssh-configuration.md b/content/rambles/ssh-configuration.md index b8c79ed..14e118e 100644 --- a/content/rambles/ssh-configuration.md +++ b/content/rambles/ssh-configuration.md @@ -2,7 +2,7 @@ title: "SSH Configuration" date: "2022-09-27T11:40:31+02:00" author: "$HUMANOID" -tags: ["ssh", "technology"] +tags: ["ssh"] description: "An article on configuring SSH from the ground up to something that can grow out into something like my monster of a config file" toc: true --- diff --git a/content/rambles/vim.md b/content/rambles/vim.md index 7b67130..162c7d3 100644 --- a/content/rambles/vim.md +++ b/content/rambles/vim.md @@ -2,7 +2,7 @@ title: Vim date: 2022-03-21T01:17:06+02:00 author: $HUMANOID -tags: ["technology", "linux", "vim"] +tags: ["linux", "vim"] --- # Vim Cheat sheet