From e895515ccbdaf93ede41f9b8e83420e990837dce Mon Sep 17 00:00:00 2001 From: ICBM Date: Wed, 18 Jan 2023 04:31:24 +0000 Subject: [PATCH] Organize articles into better (?) directories (#1) * Created `alcohol` directory to contain "Homebrew" stuff and other possible future alcohol-related articles * Moved "House Tools" and "Mixed Drinks" to `showandtell/presentations` Co-authored-by: ICBM Reviewed-on: https://git.ohea.xyz/wiki.ohea.xyz/wiki/pulls/1 Co-authored-by: ICBM Co-committed-by: ICBM --- .gitignore | 3 +++ {Homebrew => alcohol/Homebrew}/Home.md | 0 {Homebrew => alcohol/Homebrew}/Sanitation.md | 0 House Tools.md => showandtell/presentations/House Tools.md | 0 Mixed Drinks.md => showandtell/presentations/Mixed Drinks.md | 0 5 files changed, 3 insertions(+) create mode 100644 .gitignore rename {Homebrew => alcohol/Homebrew}/Home.md (100%) rename {Homebrew => alcohol/Homebrew}/Sanitation.md (100%) rename House Tools.md => showandtell/presentations/House Tools.md (100%) rename Mixed Drinks.md => showandtell/presentations/Mixed Drinks.md (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dd492c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# tmp files +*.swp +*.swo diff --git a/Homebrew/Home.md b/alcohol/Homebrew/Home.md similarity index 100% rename from Homebrew/Home.md rename to alcohol/Homebrew/Home.md diff --git a/Homebrew/Sanitation.md b/alcohol/Homebrew/Sanitation.md similarity index 100% rename from Homebrew/Sanitation.md rename to alcohol/Homebrew/Sanitation.md diff --git a/House Tools.md b/showandtell/presentations/House Tools.md similarity index 100% rename from House Tools.md rename to showandtell/presentations/House Tools.md diff --git a/Mixed Drinks.md b/showandtell/presentations/Mixed Drinks.md similarity index 100% rename from Mixed Drinks.md rename to showandtell/presentations/Mixed Drinks.md