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