From af985b3e987ed797cf455d8acc7954af26dcc95e Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Fri, 24 Nov 2023 11:02:17 +0200 Subject: [PATCH] feat: add a few projects --- content/laurelin/_index.md | 15 +++++++++++++++ content/sairinamc/_index.md | 11 +++++++++++ content/tixe/_index.md | 13 +++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 content/laurelin/_index.md create mode 100644 content/sairinamc/_index.md create mode 100644 content/tixe/_index.md diff --git a/content/laurelin/_index.md b/content/laurelin/_index.md new file mode 100644 index 0000000..3a642de --- /dev/null +++ b/content/laurelin/_index.md @@ -0,0 +1,15 @@ ++++ +weight = 30 + +title = "laurelin" +description = "multiplayer deck-building game" + +template = "project.html" + +[extra] +status = "unknown" + +git = "https://git.src.quest/~skye/deck-builder" ++++ + +TODO: Demo video, more info. diff --git a/content/sairinamc/_index.md b/content/sairinamc/_index.md new file mode 100644 index 0000000..8a6bbd7 --- /dev/null +++ b/content/sairinamc/_index.md @@ -0,0 +1,11 @@ ++++ +weight = 40 + +title = "SairinaMC" +description = "Minecraft launcher" + +template = "project.html" + +[extra] +status = "active" ++++ diff --git a/content/tixe/_index.md b/content/tixe/_index.md new file mode 100644 index 0000000..d375245 --- /dev/null +++ b/content/tixe/_index.md @@ -0,0 +1,13 @@ ++++ +weight = 21 + +title = "tixë" +description = "bookmarking / link organizing" + +template = "project.html" + +[extra] +status = "active" + +git = "https://git.src.quest/~skye/tixe" ++++ -- 2.44.1