This commit is contained in:
parent
5df3bfde72
commit
51f1db87e1
BIN
assets/img/gitea.png
Normal file
BIN
assets/img/gitea.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
@ -5,6 +5,20 @@ const things = {
|
||||
logo: "/assets/img/flo.png",
|
||||
ctaTitle: "Try flo",
|
||||
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: [
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
<div class="c-showcase-section">
|
||||
<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 -%}
|
||||
{%- render "elements/showcase.liquid", thing: thing -%}
|
||||
{%- endfor -%}
|
||||
|
Loading…
Reference in New Issue
Block a user