diff --git a/main/_data/projects.json b/main/_data/projects.json index 1725740..788c0c1 100644 --- a/main/_data/projects.json +++ b/main/_data/projects.json @@ -1,4 +1,20 @@ [ + { + "name": "🏡 Tiny Life", + "desc": "Tiny Life is a fun simulation game that tries to capture the essence of games like The Sims, but in an isometric pixelart style. It's published by Top Hat Studios, and it's currently in Steam Early Access.", + "status": "In development", + "links": [ + { + "name": "Check it out", + "link": "https://tinylifegame.com" + }, + { + "name": "Get it on Steam", + "link": "https://store.steampowered.com/app/1651490/Tiny_Life/" + } + ], + "icon": "tiny" + }, { "name": "💡 Actually Additions", "desc": "Actually Additions is a rather popular Minecraft mod that I used to work on. It's become widely known in the modding community and has reached over 30 million downloads by now, which is crazy. I don't work on it anymore myself, but it's being maintained for current versions by someone else.", @@ -59,22 +75,6 @@ ], "icon": "pp" }, - { - "name": "🏡 Tiny Life", - "desc": "Tiny Life is a fun simulation game that tries to capture the essence of games like The Sims, but in an isometric pixelart style. It's published by Top Hat Studios, and it's currently in Steam Early Access.", - "status": "In development", - "links": [ - { - "name": "Check it out", - "link": "https://tinylifegame.com" - }, - { - "name": "Get it on Steam", - "link": "https://store.steampowered.com/app/1651490/Tiny_Life/" - } - ], - "icon": "tiny" - }, { "name": "🖼️ Obsidian Custom Frames", "desc": "Custom Frames is an Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep and more.", diff --git a/main/_includes/projects.html b/main/_includes/projects.html index 3bbba51..2e79466 100644 --- a/main/_includes/projects.html +++ b/main/_includes/projects.html @@ -2,7 +2,7 @@

💻 Projects

Here is a list of some of my bigger projects as well as some things you might know me from.
- For a more exhaustive list of my projects, you can also check out the Social section. + For a more exhaustive list of my projects, you can also check out some of the sites in the Social section.

{% for item in site.data.projects %}