From 79c8c9b88150fb3bfa374057b0180f70053429d2 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Mon, 29 Apr 2024 10:22:12 -0400 Subject: [PATCH] banished an article to purgatory --- content/article_purgatory/_index.md | 4 ++++ .../learn_programming_incorrectly.md | 0 2 files changed, 4 insertions(+) create mode 100644 content/article_purgatory/_index.md rename content/{blog => article_purgatory}/learn_programming_incorrectly.md (100%) diff --git a/content/article_purgatory/_index.md b/content/article_purgatory/_index.md new file mode 100644 index 0000000..8915c6d --- /dev/null +++ b/content/article_purgatory/_index.md @@ -0,0 +1,4 @@ +--- +title: "Article Purgatory" +description: If you find this page somehow then just so you know this page exists because I made a folder for articles I haven't and probably will never release so you can just forget about it and miss nothing. +--- diff --git a/content/blog/learn_programming_incorrectly.md b/content/article_purgatory/learn_programming_incorrectly.md similarity index 100% rename from content/blog/learn_programming_incorrectly.md rename to content/article_purgatory/learn_programming_incorrectly.md