From 23c7f978c89091d0eb46469122163fa35905d796 Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Tue, 6 Dec 2022 19:41:08 +0000 Subject: [PATCH] remove buildingblocks and move TODO to txt --- BUILDINGBLOCKS.md | 20 -------------------- TODO.md => TODO.txt | 0 2 files changed, 20 deletions(-) delete mode 100644 BUILDINGBLOCKS.md rename TODO.md => TODO.txt (100%) diff --git a/BUILDINGBLOCKS.md b/BUILDINGBLOCKS.md deleted file mode 100644 index aebd6c8..0000000 --- a/BUILDINGBLOCKS.md +++ /dev/null @@ -1,20 +0,0 @@ -Adding new projects: - -Each project is in it's own folder under contents/, like butterflysoup/, under that is then placed a file named contents.lr with this: - -``` -sort_key: X ---- -type: true ---- -title: TITLE -... -body: BODY -``` - -The sort\_key is a number signifying the projects placement from top (lower numbers) to bottom (higher numbers), it currently starts at 0 with Lucah BOAD (xx: should inverse sort such that adding new projects is easier?). -Type is a bool (that is, true or false) signifying if it the images should be on the left (true) or on the right (false). -Title is.. the title, this should (probably) be the name of the game. -Body is the small text under the title - ---- diff --git a/TODO.md b/TODO.txt similarity index 100% rename from TODO.md rename to TODO.txt