diff --git a/web/_data/community-content.json b/web/_data/community-content.json index 0dad0a8..5912351 100644 --- a/web/_data/community-content.json +++ b/web/_data/community-content.json @@ -1,21 +1,45 @@ [ { - "name": "TEMP!! Itty for Tiny Life", - "slug": "itty", - "desc": "Itty adds a social media site (called Itty) that allows your Tinies to interact digitally!", - "author": "ssblur", - "section": "mods", + "name": "Grape Sorbet", + "desc": "Residential, 15x15", + "author": "Owlynn", + "section": "lots", "links": { - "Steam": "https://steamcommunity.com/sharedfiles/filedetails/?id=2965803577", - "YouTube": "https://www.youtube.com/channel/UC87-8FM-U9OSUYCzIqlhztA" - }, - "carousel": ["itty.png", "itty.png"] + "Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=2978242814" + } }, { - "name": "TEMP!! Designing the Modern Home", - "slug": "modern-home", - "author": "ssblur", - "section": "media", - "embed": "https://www.youtube.com/embed/Uomvvpd138M" + "name": "Vista Blue", + "desc": "Residential, 10x15. Works as a starter home!", + "author": "Owlynn", + "section": "lots", + "links": { + "Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=2978242996" + } + }, + { + "name": "Field Iris", + "desc": "Residential, 25x25", + "author": "Owlynn", + "section": "lots", + "links": { + "Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=2978243159" + } + }, + { + "name": "Swift Brew Coffee", + "desc": "Café, 15x15", + "author": "Owlynn", + "section": "lots", + "links": { + "Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=2978243292" + } + }, + { + "name": "Tiny Design Study", + "desc": "Legit Liny Tife brand, Not so slightly brewed, Coffee break. Design studies.", + "author": "Owlynn", + "section": "fanart", + "carousel": ["study-brand", "study-brewed", "study-cafe"] } ] diff --git a/web/community.html b/web/community.html index 5d9e241..07d7be5 100644 --- a/web/community.html +++ b/web/community.html @@ -21,34 +21,35 @@ summary: A fun simulation game where you mess with people's lives {% assign any = false %} {% for content in site.data.community-content %} {% if content.section == section.slug %} + {% assign slug = content.name | slugify %}
- + {% if section.images %} {% if content.carousel %} -