mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 03:13:30 +01:00
added blog categories
This commit is contained in:
parent
c594538047
commit
7540f5a0bc
35 changed files with 68 additions and 18 deletions
|
@ -13,15 +13,16 @@ RewriteBase /
|
|||
# legacy redirects
|
||||
RewriteRule ^translate/?$ "https://link.tinylifegame.com/translate" [R=301,L]
|
||||
RewriteRule ^raw(/.*)?$ "https://link.tinylifegame.com/raw$1" [R=301,L]
|
||||
RewriteRule ^community/?$ "https://steamcommunity.com/app/1651490/workshop/" [R=301,L]
|
||||
|
||||
# anchor redirects
|
||||
RewriteRule ^about/?$ "#about" [R=301,L,NE]
|
||||
RewriteRule ^social/?$ "#social" [R=301,L,NE]
|
||||
RewriteRule ^subscribe/?$ "#subscribe" [R=301,L,NE]
|
||||
RewriteRule ^news/?$ "#devlogs" [R=301,L,NE]
|
||||
RewriteRule ^posts/?$ "#posts" [R=301,L,NE]
|
||||
RewriteRule ^news/?$ "#posts" [R=301,L,NE]
|
||||
RewriteRule ^devlogs/?$ "#devlogs" [R=301,L,NE]
|
||||
RewriteRule ^roadmap/?$ "#roadmap" [R=301,L,NE]
|
||||
RewriteRule ^community/?$ "#community-showcase" [R=301,L,NE]
|
||||
|
||||
# permanent redirects
|
||||
RewriteCond %{QUERY_STRING} "(?=.*ver=([^&]*))?(?=.*log=([^&]*))?"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<a class="nav-item nav-link" href="../../#devlogs">🏠 Home</a>
|
||||
<a class="nav-item nav-link" href="../../#{{ page.tags[0] | slugify }}">🏠 Home</a>
|
||||
{% if page.previous %}
|
||||
<a class="nav-item nav-link" href="{{ page.previous.url }}">⏮️ Previous Post</a>
|
||||
{% endif %}
|
||||
|
|
|
@ -1,17 +1,32 @@
|
|||
<div class="section">
|
||||
<h1 id="devlogs">📢 News and Devlogs</h1>
|
||||
<p>Along with every major update, we publish a devlog that features additional information as well as some screenshots. Occasionally, we also post about the game's development or other news. You can read them on itch or on Steam. You can also read <a href="https://docs.tinylifegame.com/Changelog">the full changelog</a> or subscribe to <a href="#subscribe">the mailing list</a> or <a href="/feed.xml">the Atom feed</a>.</p>
|
||||
<h1 id="posts">📢 Posts</h1>
|
||||
<p>Posts are organized into categories, which you can find below. If you want to receive all these posts in your inbox or your favorite feed reader, you can subscribe to <a href="#subscribe">the mailing list</a> or <a href="/feed.xml">the Atom feed</a>.</p>
|
||||
|
||||
<div class="devlogs">
|
||||
{% for post in site.posts %}
|
||||
<div class="devlog">
|
||||
<h4 class="devlog-title">{{ post.title }}</h4>
|
||||
<div class="devlog-date text-muted">{{ post.date | date_to_string }}</div>
|
||||
<div>
|
||||
<a href="{{ post.url }}">Read this post</a> –
|
||||
<a href="{{ post.itch }}">Read on itch</a> –
|
||||
<a href="{{ post.steam }}">Read on Steam</a></div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% assign sorted = site.tags | sort %}
|
||||
{% for tag in sorted %}
|
||||
<div class="devlogs">
|
||||
<h2 class="devlog-category" id="{{ tag[0] | slugify }}">{{ tag[0] }}</h2>
|
||||
<p>
|
||||
{% case tag[0] %}
|
||||
{% when "Devlogs" %}
|
||||
Along with every major update, we publish a devlog that features additional information as well as some screenshots. You can also read <a href="https://docs.tinylifegame.com/Changelog">the full changelog</a>.
|
||||
{% when "Community Showcase" %}
|
||||
We want to dedicate this section to our community and showcase some of the awesome stuff you've created. Be it in-game content, videos, or fan art, this category is dedicated to your creations.
|
||||
{% when "Tiny Technicalities" %}
|
||||
Tiny Technicalities gives you a little look behind the scenes of Tiny Life development, including explanations about the graphics, music, AI, build mode, and more!
|
||||
{% endcase %}
|
||||
</p>
|
||||
|
||||
{% for post in tag[1] %}
|
||||
<div class="devlog">
|
||||
<h4 class="devlog-title">{{ post.title }}</h4>
|
||||
<div class="devlog-date text-muted">{{ post.date | date_to_string }}</div>
|
||||
<div>
|
||||
<a href="{{ post.url }}">Read this post</a> –
|
||||
<a href="{{ post.itch }}">Read on itch</a> –
|
||||
<a href="{{ post.steam }}">Read on Steam</a></div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<a class="nav-item nav-link" href="#top">🎮 Play</a>
|
||||
<a class="nav-item nav-link" href="#about">🏡 About</a>
|
||||
<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="#posts">📢 Posts</a>
|
||||
<a class="nav-item nav-link" href="#roadmap">🛣️ Roadmap</a>
|
||||
<a class="nav-item nav-link" href="https://wiki.tinylifegame.com">🌐 Wiki</a>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.23.0: Job Choices, Aging Up and Furniture Fun"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/400497/0230-job-choices-aging-up-and-furniture-fun"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/3344500789303904087"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.24.0: Undo, Redo, Fridge Achievements"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/409590/0240-undo-redo-fridge-achievements"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/3370399657483457677"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.25.0: Water, Stuff and Skill Books"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/424507/0250-water-stuff-and-skill-books"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/3360269804911051302"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.26.0: Lights, Camera, Music"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/441031/0260-lights-camera-music"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/6319138589415905559"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.27.0: Trashy Techie Library"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/450800/0270-trashy-techie-library"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/5453324100721557422"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.28.0: The Last Beta Update Ever"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/466033/0280-the-last-beta-update-ever"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/5891302324258788947"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.29.0: Say Hi to the Demo"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/477028/0290-say-hi-to-the-demo"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/6132247440463996085"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.30.0: Big Steps Towards Release"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/510006/0300-big-steps-towards-release"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/6492542378896226821"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.34.0: Of Bars, Brews and Progress Bars"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/550844/0340-of-bars-brews-and-progress-bars"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/3683429634497560974"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.35.0: Multiple Maps and Fabulous Phones"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/563080/0350-multiple-maps-and-fabulous-phones"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/3657536564720831922"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.36.0: Retro Rarities and Stopped Starvation"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/575228/0360-retro-rarities-and-stopped-starvation"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/7159087179838232481"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.37.0: Multiple Floors and Fences Galore"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/625774/0370-multiple-floors-and-fences-galore"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/3752120943815757525"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.38.0: Get Cozy Indoors and Lock Out Your Friends"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/646318/0380-get-cozy-indoors-and-lock-out-your-friends"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/3883855041905172042"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.39.0: An Upgrade to Your Tiny Life"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/675666/0390-an-upgrade-to-your-tiny-life"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/4017842368454821242"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.40.0: Lunar Grove and Populated Homes"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/695073/0400-lunar-grove-and-populated-homes"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/4114672767168819010"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.41.0: Huge New Set, Babysitters, Museums, More Stings, and More"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/714782/0410-huge-new-set-babysitters-museums-more-stings-and-more"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/6928299975962713016"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.11.0: More Actions, More Skills, More Personalities, More Pride!"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/260838/0110-more-actions-more-skills-more-personalities-more-pride"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/3028088035178415265"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.12.0: The Fitness Set"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/264773/0120-the-fitness-set"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/2990934608186477339"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.13.0: Camera Rotation and a Larger Map!"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/271199/0130-camera-rotation-and-a-larger-map"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/2967291343236374275"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.14.0: Lamps, Lot Movement, Speech Sounds!"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/274082/0140-lamps-lot-movement-speech-sounds"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/4430963222678444595"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.15.0: Barbecue Trash Cleaning"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/277913/0150-barbecue-trash-cleaning"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/2968419780808932932"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.16.0: Woodlands and Visitors"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/289260/0160-woodlands-and-visitors"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/2949282742498975401"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.17.0: Life Goals, Reward Personalities and Daily Tasks"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/303915/0170-life-goals-reward-personalities-and-daily-tasks"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/4244072077610086379"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.18.0: Animations, Food and Sources"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/317472/0180-animations-food-and-sources"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/3111419849470831533"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.19.0: Ui, Sound and Improvements Abound"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/330680/0190-ui-sound-and-improvements-abound"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/3109171219652255208"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.20.0: The Children Update, it's finally here!"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/355830/0200-the-children-update-its-finally-here"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/3100171001731828571"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "0.21.0: Two Years of Tiny Life: Cafés, Gamepad Controls and More"
|
||||
tags: [Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/384666/0210-two-years-of-tiny-life-cafs-gamepad-controls-and-more"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/3189123589808204255"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "Community Showcase and Future Plans (Early Access Launch Postmortem)"
|
||||
tags: [Community Showcase, Devlogs]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/532785/community-showcase-and-future-plans-early-access-launch-postmortem"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/3717203461059432062"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "Tiny Technicalities: What's in an Action?"
|
||||
tags: [Tiny Technicalities]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/488226/tiny-technicalities-whats-in-an-action"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/3676662189784689005"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "Tiny Technicalities: The Pronoun Update™"
|
||||
tags: [Tiny Technicalities]
|
||||
itch: "https://ellpeck.itch.io/tiny-life/devlog/517055/tiny-technicalities-the-pronoun-update-and-an-announcement"
|
||||
steam: "https://store.steampowered.com/news/app/1651490/view/5306971121503255286"
|
||||
---
|
||||
|
|
|
@ -157,6 +157,10 @@ a:visited.wide-link {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.devlog-category {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.video-embed {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue