feat: update
All checks were successful
eleventy / build (push) Successful in 1m6s

This commit is contained in:
rizaldy 2024-10-20 03:51:29 +07:00
parent 5df3bfde72
commit 51f1db87e1
3 changed files with 15 additions and 1 deletions

BIN
assets/img/gitea.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -5,6 +5,20 @@ const things = {
logo: "/assets/img/flo.png", logo: "/assets/img/flo.png",
ctaTitle: "Try flo", ctaTitle: "Try flo",
ctaLink: "https://client.flooo.club" ctaLink: "https://client.flooo.club"
},
{
title: "flooo.club",
description: "an open source music scrobblers for self-hosting enthusiast",
logo: "/assets/img/ios-placeholder.png",
ctaTitle: "WIP",
ctaLink: "/wip"
},
{
title: "forge",
description: "personal git server that hosts all my projects — runs on Gitea",
logo: "/assets/img/gitea.png",
ctaTitle: "forge.edgy.social",
ctaLink: "https://forge.edgy.social/rizaldy"
}], }],
runs: [ runs: [
{ {

View File

@ -1,7 +1,7 @@
<div class="c-showcase-section"> <div class="c-showcase-section">
<h2 class="c-showcase-title" id="{{ doing }}">faultables {{ doing }} things</h2> <h2 class="c-showcase-title" id="{{ doing }}">faultables {{ doing }} things</h2>
<div class="c-showcase {% if single? %}c-showcase--single{% endif %}"> <div class="c-showcase">
{%- for thing in things -%} {%- for thing in things -%}
{%- render "elements/showcase.liquid", thing: thing -%} {%- render "elements/showcase.liquid", thing: thing -%}
{%- endfor -%} {%- endfor -%}