From 73aa7fd37a282366676b233d0bcef1fa4399bb35 Mon Sep 17 00:00:00 2001 From: Devin Haska <2636402+wonderfulfrog@users.noreply.github.com> Date: Thu, 8 Feb 2024 21:41:02 -0800 Subject: [PATCH] feat: reorg catalogue files --- src/content/{ => catalogue}/books/a-test-book.md | 3 +-- src/content/{ => catalogue}/books/books.json | 0 src/content/catalogue/games/a-test-game.md | 6 ++++++ src/content/catalogue/games/games.json | 0 4 files changed, 7 insertions(+), 2 deletions(-) rename src/content/{ => catalogue}/books/a-test-book.md (74%) rename src/content/{ => catalogue}/books/books.json (100%) create mode 100644 src/content/catalogue/games/a-test-game.md create mode 100644 src/content/catalogue/games/games.json diff --git a/src/content/books/a-test-book.md b/src/content/catalogue/books/a-test-book.md similarity index 74% rename from src/content/books/a-test-book.md rename to src/content/catalogue/books/a-test-book.md index f427607..1ac16fd 100644 --- a/src/content/books/a-test-book.md +++ b/src/content/catalogue/books/a-test-book.md @@ -1,7 +1,6 @@ --- title: Here is my test book +date: 2023-02-02 --- -# A test book - Here we go!! diff --git a/src/content/books/books.json b/src/content/catalogue/books/books.json similarity index 100% rename from src/content/books/books.json rename to src/content/catalogue/books/books.json diff --git a/src/content/catalogue/games/a-test-game.md b/src/content/catalogue/games/a-test-game.md new file mode 100644 index 0000000..734b95c --- /dev/null +++ b/src/content/catalogue/games/a-test-game.md @@ -0,0 +1,6 @@ +--- +title: Here is my test game +date: 2024-02-08 +--- + +It's-a me, Mario diff --git a/src/content/catalogue/games/games.json b/src/content/catalogue/games/games.json new file mode 100644 index 0000000..e69de29