added images to post list

This commit is contained in:
Ell 2024-05-21 15:56:58 +02:00
parent 8b4106a280
commit b2127d97f9
32 changed files with 51 additions and 7 deletions

View file

@ -5,12 +5,22 @@
{% for post in site.posts %} {% for post in site.posts %}
{% if post.tags contains include.tag %} {% if post.tags contains include.tag %}
<div class="devlog"> <div class="devlog">
{% if post.image %}
{% assign start = post.image | slice: 0, 4 %}
{% if start == "http" %}
{% assign url = post.image %}
{% else %}
{% assign url = post.url | append: post.image %}
{% endif %}
<img src="{{ url }}" class="devlog-image" alt="Cover image for post {{ post.title }}">
{% endif %}
<h4 class="devlog-title">{{ post.title }}</h4> <h4 class="devlog-title">{{ post.title }}</h4>
<div class="devlog-date text-muted">{{ post.date | date_to_string }}</div> <div class="text-muted">{{ post.date | date_to_string }}</div>
<div> <div>
<a href="{{ post.url }}">Read this post</a> &ndash; <a href="{{ post.url }}">Read this post</a> &ndash;
<a href="{{ post.itch }}">Read on itch</a> &ndash; <a href="{{ post.itch }}">Read on itch</a> &ndash;
<a href="{{ post.steam }}">Read on Steam</a></div> <a href="{{ post.steam }}">Read on Steam</a>
</div>
</div> </div>
{% endif %} {% endif %}
{% endfor %} {% endfor %}

View file

@ -1,6 +1,7 @@
--- ---
title: "0.23.0: Job Choices, Aging Up and Furniture Fun" title: "0.23.0: Job Choices, Aging Up and Furniture Fun"
tags: [Devlogs] tags: [Devlogs]
image: "Tiny_Life_0XuTQ38i2H.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/400497/0230-job-choices-aging-up-and-furniture-fun" 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" steam: "https://store.steampowered.com/news/app/1651490/view/3344500789303904087"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.24.0: Undo, Redo, Fridge Achievements" title: "0.24.0: Undo, Redo, Fridge Achievements"
tags: [Devlogs] tags: [Devlogs]
image: "Tiny_Life_iApPIyRYDg.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/409590/0240-undo-redo-fridge-achievements" itch: "https://ellpeck.itch.io/tiny-life/devlog/409590/0240-undo-redo-fridge-achievements"
steam: "https://store.steampowered.com/news/app/1651490/view/3370399657483457677" steam: "https://store.steampowered.com/news/app/1651490/view/3370399657483457677"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.25.0: Water, Stuff and Skill Books" title: "0.25.0: Water, Stuff and Skill Books"
tags: [Devlogs] tags: [Devlogs]
image: "22-09-05_12-36-24.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/424507/0250-water-stuff-and-skill-books" 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" steam: "https://store.steampowered.com/news/app/1651490/view/3360269804911051302"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.26.0: Lights, Camera, Music" title: "0.26.0: Lights, Camera, Music"
tags: [Devlogs] tags: [Devlogs]
image: "Tiny_Life_RFyQB1fwLj.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/441031/0260-lights-camera-music" itch: "https://ellpeck.itch.io/tiny-life/devlog/441031/0260-lights-camera-music"
steam: "https://store.steampowered.com/news/app/1651490/view/6319138589415905559" steam: "https://store.steampowered.com/news/app/1651490/view/6319138589415905559"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.27.0: Trashy Techie Library" title: "0.27.0: Trashy Techie Library"
tags: [Devlogs] tags: [Devlogs]
image: "22-11-12_13-07-01.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/450800/0270-trashy-techie-library" itch: "https://ellpeck.itch.io/tiny-life/devlog/450800/0270-trashy-techie-library"
steam: "https://store.steampowered.com/news/app/1651490/view/5453324100721557422" steam: "https://store.steampowered.com/news/app/1651490/view/5453324100721557422"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.28.0: The Last Beta Update Ever" title: "0.28.0: The Last Beta Update Ever"
tags: [Devlogs] tags: [Devlogs]
image: "22-12-20_12-29-40.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/466033/0280-the-last-beta-update-ever" 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" steam: "https://store.steampowered.com/news/app/1651490/view/5891302324258788947"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.29.0: Say Hi to the Demo" title: "0.29.0: Say Hi to the Demo"
tags: [Devlogs] tags: [Devlogs]
image: "23-01-16_11-27-35.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/477028/0290-say-hi-to-the-demo" 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" steam: "https://store.steampowered.com/news/app/1651490/view/6132247440463996085"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.30.0: Big Steps Towards Release" title: "0.30.0: Big Steps Towards Release"
tags: [Devlogs] tags: [Devlogs]
image: "23-03-19_13-23-37.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/510006/0300-big-steps-towards-release" itch: "https://ellpeck.itch.io/tiny-life/devlog/510006/0300-big-steps-towards-release"
steam: "https://store.steampowered.com/news/app/1651490/view/6492542378896226821" steam: "https://store.steampowered.com/news/app/1651490/view/6492542378896226821"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.34.0: Of Bars, Brews and Progress Bars" title: "0.34.0: Of Bars, Brews and Progress Bars"
tags: [Devlogs] tags: [Devlogs]
image: "Tiny_Life_3XsYH5xHwQ.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/550844/0340-of-bars-brews-and-progress-bars" 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" steam: "https://store.steampowered.com/news/app/1651490/view/3683429634497560974"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.35.0: Multiple Maps and Fabulous Phones" title: "0.35.0: Multiple Maps and Fabulous Phones"
tags: [Devlogs] tags: [Devlogs]
image: "Tiny_Life_IP8SmKBSWq.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/563080/0350-multiple-maps-and-fabulous-phones" 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" steam: "https://store.steampowered.com/news/app/1651490/view/3657536564720831922"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.36.0: Retro Rarities and Stopped Starvation" title: "0.36.0: Retro Rarities and Stopped Starvation"
tags: [Devlogs] tags: [Devlogs]
image: "23-08-15_12-36-03.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/575228/0360-retro-rarities-and-stopped-starvation" 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" steam: "https://store.steampowered.com/news/app/1651490/view/7159087179838232481"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.37.0: Multiple Floors and Fences Galore" title: "0.37.0: Multiple Floors and Fences Galore"
tags: [Devlogs] tags: [Devlogs]
image: "23-10-25_11-50-12.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/625774/0370-multiple-floors-and-fences-galore" 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" steam: "https://store.steampowered.com/news/app/1651490/view/3752120943815757525"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.38.0: Get Cozy Indoors and Lock Out Your Friends" title: "0.38.0: Get Cozy Indoors and Lock Out Your Friends"
tags: [Devlogs] tags: [Devlogs]
image: "23-12-06_12-34-28.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/646318/0380-get-cozy-indoors-and-lock-out-your-friends" 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" steam: "https://store.steampowered.com/news/app/1651490/view/3883855041905172042"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.39.0: An Upgrade to Your Tiny Life" title: "0.39.0: An Upgrade to Your Tiny Life"
tags: [Devlogs] tags: [Devlogs]
image: "Tiny_Life_H6aK32Qi58.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/675666/0390-an-upgrade-to-your-tiny-life" 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" steam: "https://store.steampowered.com/news/app/1651490/view/4017842368454821242"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.40.0: Lunar Grove and Populated Homes" title: "0.40.0: Lunar Grove and Populated Homes"
tags: [Devlogs] tags: [Devlogs]
image: "Tiny_Life_hEdw0Ncpjx.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/695073/0400-lunar-grove-and-populated-homes" 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" steam: "https://store.steampowered.com/news/app/1651490/view/4114672767168819010"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.41.0: Huge New Set, Babysitters, Museums, More Stings, and More" title: "0.41.0: Huge New Set, Babysitters, Museums, More Stings, and More"
tags: [Devlogs] tags: [Devlogs]
image: "24-04-14_16-16-57.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/714782/0410-huge-new-set-babysitters-museums-more-stings-and-more" 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" steam: "https://store.steampowered.com/news/app/1651490/view/6928299975962713016"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.11.0: More Actions, More Skills, More Personalities, More Pride!" title: "0.11.0: More Actions, More Skills, More Personalities, More Pride!"
tags: [Devlogs] tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzYxMzI2NjIucG5n/original/svbgOL.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/260838/0110-more-actions-more-skills-more-personalities-more-pride" 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" steam: "https://store.steampowered.com/news/app/1651490/view/3028088035178415265"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.12.0: The Fitness Set" title: "0.12.0: The Fitness Set"
tags: [Devlogs] tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzYyOTI4MTUucG5n/original/QtKIie.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/264773/0120-the-fitness-set" itch: "https://ellpeck.itch.io/tiny-life/devlog/264773/0120-the-fitness-set"
steam: "https://store.steampowered.com/news/app/1651490/view/2990934608186477339" steam: "https://store.steampowered.com/news/app/1651490/view/2990934608186477339"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.13.0: Camera Rotation and a Larger Map!" title: "0.13.0: Camera Rotation and a Larger Map!"
tags: [Devlogs] tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzY0NDI3ODMucG5n/original/1wx9B5.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/271199/0130-camera-rotation-and-a-larger-map" 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" steam: "https://store.steampowered.com/news/app/1651490/view/2967291343236374275"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.14.0: Lamps, Lot Movement, Speech Sounds!" title: "0.14.0: Lamps, Lot Movement, Speech Sounds!"
tags: [Devlogs] tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzY1MTk1MDYucG5n/original/v5iHFd.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/274082/0140-lamps-lot-movement-speech-sounds" 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" steam: "https://store.steampowered.com/news/app/1651490/view/4430963222678444595"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.15.0: Barbecue Trash Cleaning" title: "0.15.0: Barbecue Trash Cleaning"
tags: [Devlogs] tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzY2MDU3MjkucG5n/original/L41m%2B2.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/277913/0150-barbecue-trash-cleaning" itch: "https://ellpeck.itch.io/tiny-life/devlog/277913/0150-barbecue-trash-cleaning"
steam: "https://store.steampowered.com/news/app/1651490/view/2968419780808932932" steam: "https://store.steampowered.com/news/app/1651490/view/2968419780808932932"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.16.0: Woodlands and Visitors" title: "0.16.0: Woodlands and Visitors"
tags: [Devlogs] tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzY4NzM5MzUucG5n/original/k8ChdD.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/289260/0160-woodlands-and-visitors" itch: "https://ellpeck.itch.io/tiny-life/devlog/289260/0160-woodlands-and-visitors"
steam: "https://store.steampowered.com/news/app/1651490/view/2949282742498975401" steam: "https://store.steampowered.com/news/app/1651490/view/2949282742498975401"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.17.0: Life Goals, Reward Personalities and Daily Tasks" title: "0.17.0: Life Goals, Reward Personalities and Daily Tasks"
tags: [Devlogs] tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzcyMDQxNjgucG5n/original/J4KEfu.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/303915/0170-life-goals-reward-personalities-and-daily-tasks" 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" steam: "https://store.steampowered.com/news/app/1651490/view/4244072077610086379"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.18.0: Animations, Food and Sources" title: "0.18.0: Animations, Food and Sources"
tags: [Devlogs] tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzc1MDMxMTEucG5n/original/Oj2dtw.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/317472/0180-animations-food-and-sources" itch: "https://ellpeck.itch.io/tiny-life/devlog/317472/0180-animations-food-and-sources"
steam: "https://store.steampowered.com/news/app/1651490/view/3111419849470831533" steam: "https://store.steampowered.com/news/app/1651490/view/3111419849470831533"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.19.0: Ui, Sound and Improvements Abound" title: "0.19.0: Ui, Sound and Improvements Abound"
tags: [Devlogs] tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzc3ODcyMzUucG5n/original/jwznGo.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/330680/0190-ui-sound-and-improvements-abound" 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" steam: "https://store.steampowered.com/news/app/1651490/view/3109171219652255208"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.20.0: The Children Update, it's finally here!" title: "0.20.0: The Children Update, it's finally here!"
tags: [Devlogs] tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzgzNjU1NDQucG5n/original/CT5XTJ.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/355830/0200-the-children-update-its-finally-here" 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" steam: "https://store.steampowered.com/news/app/1651490/view/3100171001731828571"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "0.21.0: Two Years of Tiny Life: Cafés, Gamepad Controls and More" title: "0.21.0: Two Years of Tiny Life: Cafés, Gamepad Controls and More"
tags: [Devlogs] tags: [Devlogs]
image: "https://img.itch.zone/aW1nLzkwMTAxODYucG5n/original/UGk8nG.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/384666/0210-two-years-of-tiny-life-cafs-gamepad-controls-and-more" 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" steam: "https://store.steampowered.com/news/app/1651490/view/3189123589808204255"
--- ---

View file

@ -1,5 +1,6 @@
--- ---
title: "Community Showcase and Future Plans (Early Access Launch Postmortem)" title: "Community Showcase and Future Plans (Early Access Launch Postmortem)"
image: "2976923398_preview_23-05-17_23-47-32.png"
tags: [Community Showcase, Devlogs] tags: [Community Showcase, Devlogs]
itch: "https://ellpeck.itch.io/tiny-life/devlog/532785/community-showcase-and-future-plans-early-access-launch-postmortem" 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" steam: "https://store.steampowered.com/news/app/1651490/view/3717203461059432062"

View file

@ -1,6 +1,7 @@
--- ---
title: "Tiny Technicalities: What's in an Action?" title: "Tiny Technicalities: What's in an Action?"
tags: [Tiny Technicalities] tags: [Tiny Technicalities]
image: "Tiny_Life_YX4PB6XOZJ.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/488226/tiny-technicalities-whats-in-an-action" 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" steam: "https://store.steampowered.com/news/app/1651490/view/3676662189784689005"
--- ---

View file

@ -1,6 +1,7 @@
--- ---
title: "Tiny Technicalities: The Pronoun Update™" title: "Tiny Technicalities: The Pronoun Update™"
tags: [Tiny Technicalities] tags: [Tiny Technicalities]
image: "0.31.0.png"
itch: "https://ellpeck.itch.io/tiny-life/devlog/517055/tiny-technicalities-the-pronoun-update-and-an-announcement" 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" steam: "https://store.steampowered.com/news/app/1651490/view/5306971121503255286"
--- ---

View file

@ -142,17 +142,14 @@ a:visited.wide-link {
} }
.devlog { .devlog {
margin-bottom: 20px; margin-bottom: 30px;
min-width: 250px; min-width: 250px;
width: 45%; width: 45%;
display: inline-block; display: inline-block;
vertical-align: top;
margin-right: 20px; margin-right: 20px;
} }
.devlog-date {
margin-bottom: 10px;
}
.devlog-title { .devlog-title {
margin-bottom: 0; margin-bottom: 0;
} }
@ -161,6 +158,13 @@ a:visited.wide-link {
margin-top: 20px; margin-top: 20px;
} }
.devlog-image {
width: 90%;
max-height: 120px;
object-fit: cover;
margin-bottom: 10px;
}
.video-embed { .video-embed {
position: relative; position: relative;
width: 100%; width: 100%;