fill out description stubs

This commit is contained in:
Ell 2023-08-12 13:09:47 +02:00
parent 95e34554e4
commit 2d7743f8f5
3 changed files with 14 additions and 9 deletions

View file

@ -2,31 +2,31 @@
{
"name": "🔨 Mods",
"slug": "mods",
"desc": "Mods are cool!"
"desc": "Mods allow Tiny Life to be built upon through the addition of new actions, build mode items, personalities, and more. For more info on how to install mods, check out the <a href=\"https://docs.tinylifegame.com/articles/getting.html\">Getting Custom Content article</a>. If you want to make your own mod, the <a href=\"https://docs.tinylifegame.com/articles/mod_basics.html\">Modding Basics article</a> will help you get started."
},
{
"name": "🫂 Households",
"slug": "households",
"desc": "Households are cool!"
"desc": "When playing Tiny Life, you can export and share households from within the characater creator. After getting households from the community, you can add them to your saves from the household selection. For more info on how to get custom households, check out the <a href=\"https://docs.tinylifegame.com/articles/getting.html\">Getting Custom Content article</a>."
},
{
"name": "🏪 Lots",
"slug": "lots",
"desc": "Lots are cool!"
"desc": "When playing Tiny Life, you can export and share lots you've built from build mode. After getting lots from the community, you can add them to your saves in build mode as well. For more info on how to get custom lots, check out the <a href=\"https://docs.tinylifegame.com/articles/getting.html\">Getting Custom Content article</a>."
},
{
"name": "🌍 Worlds",
"slug": "worlds",
"desc": "Worlds are cool!"
"desc": "When playing Tiny Life, you can add custom worlds to your game and add as many as you want to each of your saves. To get started with creating your own custom worlds, check out the <a href=\"https://docs.tinylifegame.com/articles/custom_maps.html\">Creating Custom Maps article</a>. For more info on how to get custom maps, check out the <a href=\"https://docs.tinylifegame.com/articles/getting.html\">Getting Custom Content article</a>."
},
{
"name": "📽️ Media",
"slug": "media",
"desc": "Media is cool!"
"desc": "Have you created a Let's Play, gameplay video or review of Tiny Life? This is the perfect place to share it! If you have VODs of livestreams where you played Tiny Life, they can also be shared here."
},
{
"name": "🎨 Art",
"slug": "fanart",
"desc": "Fanart is cool!"
"desc": "Recently, people have started creating fan art for Tiny Life, usually involving some of the game's pre-made Tinies. These artists are incredibly talented, so please make sure to check out their other work as well!"
}
]

View file

@ -3,4 +3,4 @@
<a class="nav-item nav-link" href="#social">🔗 Social</a>
<a class="nav-item nav-link" href="#devlogs">📢 News</a>
<a class="nav-item nav-link" href="#roadmap">🛣️ Roadmap</a>
<a class="nav-item nav-link" href="community">💬 Community</a>
<a class="nav-item nav-link" href="community">💬 Showcase</a>

View file

@ -8,13 +8,18 @@ summary: A fun simulation game where you mess with people's lives
<div class="section">
<div class="community-top">
<h1>💬 Community Showcase</h1>
Tiny Life's community is awesome, blah blah blah
<p>Ever since Tiny Life released into Early Access, the game's community has been growing steadily, and you all have been absolutely amazing. You've released videos, livestreamed gameplay, created mods, households, lots and other custom content, and you've even drawn fan art of pre-made Tinies! We love community contributions, and so we want to dedicate this section to our community and showcase some of the awesome stuff you've created.</p>
<p>All content on this page abides by the <a href="https://docs.tinylifegame.com/articles/content_policy.html">Tiny Life Content and Community Policy</a>, and you can consider content on this page to be officially endorsed. Nevertheless, please always take care when downloading and installing custom content and mods for Tiny Life.</p>
<p>If you're interested in having your content added to this page, please let us know on <a href="https://link.tinylifegame.com/discordweb">the Discord server</a> or <a href="https://github.com/Ellpeck/TinyLifeWeb/blob/main/web/_data/community-content.json">submit a pull request</a>.</p>
</div>
{% for section in site.data.community-sections %}
<div class="community-section">
<h2 id="{{ section.slug }}">{{ section.name }}</h2>
<p>{{ section.desc }}</p>
<p>
{{ section.desc }}
<br><span class="text-muted">The slug for this section is <code>{{ section.slug }}</code>.</span>
</p>
{% for content in site.data.community-content %}
{% if content.section == section.slug %}