From 0496a88b3610ce432d678bf6d2e418f72e537758 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Sun, 16 Jan 2022 15:21:20 +0100 Subject: [PATCH] Add project list --- list.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 list.json diff --git a/list.json b/list.json new file mode 100644 index 0000000..ad48743 --- /dev/null +++ b/list.json @@ -0,0 +1,17 @@ +[ + { + "name": "homepage", + "short": "This website.", + "desc": [ + "This is my homepage.", + "What you see here should resemble an CLI. If you ever used Linux this should be pretty easy for you.", + "Everyone else: Have no fear. It is pretty simple. You just type in commands and the output is shown here or it does something on the webite.", + "To find out, which commands are available, you can type just 'help'.", + "", + "Currently everything is still in development. So if you come back in a few days/weeks/months/years something could have been changed!", + "", + "Have fun!" + ], + "repo": "https://git.c0ntroller.de/c0ntroller/frontpage" + } +] \ No newline at end of file