code.moonweb.org styling

This commit is contained in:
2026-08-15 00:30:44 +02:00
parent 4d9c75124f
commit ecc303a289
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -131,7 +131,7 @@
"summary": "These demos often showcased advanced graphics, sound, and programming techniques using Turbo Pascal and assembler."
},
{
"title": "Turbo Pascal X-LIB UNiT V0.3",
"title": "TurboPascal X-LIB UNiT",
"emoji": "🎮",
"category": "code",
"subcategory": "Retro",
+5 -4
View File
@@ -4,12 +4,12 @@ section: "code"
description: "Curated catalog of my public GitHub projects — automation, dev tools, web apps, and firmware."
layout: base.njk
subcategories:
- "Web Projects"
- "Smart Home Apps"
- "Infra Tools"
- "Dev Tools"
- "Retro"
- "Maker Firmware"
- "Dev Tools"
- "Infra Tools"
- "Retro"
- "Web Projects"
---
<p>A curated, sorted catalog of my public GitHub projects. Each card links
directly to its repository.</p>
@@ -24,6 +24,7 @@ directly to its repository.</p>
{% if repo.emoji %}<span class="card-emoji">{{ repo.emoji }}</span>{% endif %}
<h3>{{ repo.title }}</h3>
<p>{{ repo.summary }}</p>
{% if repo.stack %}<span class="card-stack">{{ repo.stack | join(", ") }}</span>{% endif %}
</a>
{% endif %}
{% endfor %}