feat(index): add umami & blog

This commit is contained in:
z0x 2025-01-14 19:15:03 -05:00
parent 7b3600cf1d
commit 4aa7fac47f
3 changed files with 29 additions and 1 deletions

5
public/icons/blog.svg Normal file
View file

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#e5e7eb" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
<path d="M6 4h11a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-11a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1m3 0v18" />
<path d="M13 8l2 0" />
<path d="M13 12l2 0" />
</svg>

After

Width:  |  Height:  |  Size: 312 B

4
public/icons/umami.svg Normal file
View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#e5e7eb" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
<path d="M4 18v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z"></path>
<path d="M7 14l3 -3l2 2l3 -3l2 2"></path>
</svg>

After

Width:  |  Height:  |  Size: 305 B

View file

@ -2,7 +2,26 @@
import "/src/css/app.css";
import ServiceCard from "../components/ServiceCard.astro";
const services = [{ serviceName: "Amnezia" }, { serviceName: "Dockge" }, { serviceName: "Dozzle" }, { serviceName: "Element" }, { serviceName: "Gitea", serviceUrl: "https://git.home.arpa" }, { serviceName: "Immich" }, { serviceName: "Lodestone" }, { serviceName: "Navidrome" }, { serviceName: "Radicale" }, { serviceName: "Redlib" }, { serviceName: "Scrutiny" }, { serviceName: "Synapse Admin" }, { serviceName: "Unifi" }, { serviceName: "Vaultwarden" }, { serviceName: "Zyxel", serviceUrl: "https://10.0.0.1" }, { serviceName: "z0x" }];
const services = [
{ serviceName: "Amnezia" },
{ serviceName: "Blog", serviceUrl: "https://blog.z0x.home.arpa" },
{ serviceName: "Dockge" },
{ serviceName: "Dozzle" },
{ serviceName: "Element" },
{ serviceName: "Gitea", serviceUrl: "https://git.home.arpa" },
{ serviceName: "Immich" },
{ serviceName: "Lodestone" },
{ serviceName: "Navidrome" },
{ serviceName: "Radicale" },
{ serviceName: "Redlib" },
{ serviceName: "Scrutiny" },
{ serviceName: "Synapse Admin" },
{ serviceName: "Umami" },
{ serviceName: "Unifi" },
{ serviceName: "Vaultwarden" },
{ serviceName: "Zyxel", serviceUrl: "https://10.0.0.1" },
{ serviceName: "z0x" },
];
---
<html lang="en">