1
0

Add more meta data and thumbnails to Gundam models for Hakyll page.

This commit is contained in:
Kevin Matsubara 2025-12-12 18:44:52 +01:00
parent f9e6fd74aa
commit 63144d3404
5 changed files with 28 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -1,7 +1,18 @@
--- ---
title: Kawasaki Zaku II title: Kawasaki Zaku II
page: kawasaki-zaku-ii
model_name: MS-06 Zaku II
date: 2025-05-02 date: 2025-05-02
price: €21,99 price: €21,99
series: Mobile Suit Gundam
scale: 1/144
number: "5061545"
release: "2021"
manufacturer: Bandai
purchase_date: 2024-09-11
purchase_store: Gameforce
purchase_venue: ""
purchase_location: Eindhoven, Netherlands
--- ---
My first completed model, a Bandai Zaku II. My first completed model, a Bandai Zaku II.

View File

@ -1,7 +1,18 @@
--- ---
title: SMC Gundam title: SMC Gundam
page: smc-2025-gundam
model_name: RX-178 Mk.II
date: 2025-10-18 date: 2025-10-18
price: €10,00 price: €10,00
series: Mobile Suit Zeta Gundam
scale: 1/144
number: "5057985"
release: "2019"
manufacturer: Bandai
purchase_date: 2024-10-19
purchase_store: Side7
purchase_venue: SMC (Scale Model Challenge) 2024
purchase_location: Veldhoven, Netherlands
--- ---
## About the model ## About the model

View File

@ -1,7 +1,12 @@
<ul> <ul>
$for(posts)$ $for(posts)$
<li> <li>
<em>$date$</em>&nbsp;<a href="$url$">$title$</a> - $price$ <em>$date$</em>&nbsp;<a href="$url$">$title$</a><img src="/images/plamo/gundam/$page$/thumbnail.webp" alt="thumbnail" />
$model_name$<br/>
Series: $series$<br/>
$manufacturer$, $release$ - <a href="https://www.scalemates.com/search.php?fkSECTION%5B%5D=All&q=$number$*">$number$</a><br/>
$price$, $purchase_location$, $purchase_venue$ <em>($purchase_date$)</em><br/>
$scale$<br/>
</li> </li>
$endfor$ $endfor$
</ul> </ul>