Compare commits
8 Commits
de74019e48
...
2026.06.1
| Author | SHA1 | Date | |
|---|---|---|---|
| da61cbba5d | |||
| 9037461d27 | |||
| 4a2ea3c32d | |||
| 6db5b36989 | |||
| 38326cc7ec | |||
| aa5fdb579c | |||
| ce27a23c4e | |||
| 141d66d7bb |
@@ -10,7 +10,7 @@ const year = new Date().getFullYear();
|
|||||||
href="https://github.com/lerko96"
|
href="https://github.com/lerko96"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
class="underline hover:text-[var(--color-text)]"
|
class="underline"
|
||||||
>
|
>
|
||||||
GitHub
|
GitHub
|
||||||
</a>
|
</a>
|
||||||
@@ -18,7 +18,7 @@ const year = new Date().getFullYear();
|
|||||||
href="https://gitea.lerkolabs.com/lerko"
|
href="https://gitea.lerkolabs.com/lerko"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
class="underline hover:text-[var(--color-text)]"
|
class="underline"
|
||||||
>
|
>
|
||||||
Gitea
|
Gitea
|
||||||
</a>
|
</a>
|
||||||
@@ -26,13 +26,14 @@ const year = new Date().getFullYear();
|
|||||||
href="https://www.linkedin.com/in/tyler-koenig"
|
href="https://www.linkedin.com/in/tyler-koenig"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
class="underline hover:text-[var(--color-text)]"
|
class="underline"
|
||||||
>
|
>
|
||||||
LinkedIn
|
LinkedIn
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="mailto:tyler@lerkolabs.com"
|
href="mailto:tyler@lerkolabs.com"
|
||||||
class="underline hover:text-[var(--color-text)]"
|
target="_blank"
|
||||||
|
class="underline"
|
||||||
>
|
>
|
||||||
Email
|
Email
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
import { services } from "@/data/services";
|
||||||
|
---
|
||||||
|
|
||||||
<section class="mb-3lh">
|
<section class="mb-3lh">
|
||||||
<h1 class="text-xl font-bold mb-half-lh">Tyler Koenig</h1>
|
<h1 class="text-xl font-bold mb-half-lh">Tyler Koenig</h1>
|
||||||
<p class="text-[var(--color-text-label)] mb-1lh">
|
<p class="text-[var(--color-text-label)] mb-1lh">
|
||||||
@@ -5,9 +9,9 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="text-[var(--color-text-label)] leading-relaxed mb-1lh">
|
<p class="text-[var(--color-text-label)] leading-relaxed mb-1lh">
|
||||||
Homelab runs 30+ services across segmented VLANs — pfSense, Authentik SSO,
|
Homelab runs {services.length} services across segmented VLANs — pfSense, Authentik SSO,
|
||||||
full observability stack. Write software too: mobile apps, Go backends, open
|
full observability stack. Write software too: mobile apps, Go backends, open
|
||||||
protocols. Daily drivers, all of it.
|
protocols.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<nav class="flex flex-wrap items-center gap-x-2ch gap-y-half-lh text-[var(--color-text-label)]">
|
<nav class="flex flex-wrap items-center gap-x-2ch gap-y-half-lh text-[var(--color-text-label)]">
|
||||||
@@ -15,7 +19,7 @@
|
|||||||
href="https://github.com/lerko96"
|
href="https://github.com/lerko96"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
class="underline hover:text-[var(--color-text)]"
|
class="underline"
|
||||||
>
|
>
|
||||||
GitHub
|
GitHub
|
||||||
</a>
|
</a>
|
||||||
@@ -23,7 +27,7 @@
|
|||||||
href="https://gitea.lerkolabs.com/lerko"
|
href="https://gitea.lerkolabs.com/lerko"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
class="underline hover:text-[var(--color-text)]"
|
class="underline"
|
||||||
>
|
>
|
||||||
Gitea
|
Gitea
|
||||||
</a>
|
</a>
|
||||||
@@ -31,13 +35,14 @@
|
|||||||
href="https://www.linkedin.com/in/tyler-koenig"
|
href="https://www.linkedin.com/in/tyler-koenig"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
class="underline hover:text-[var(--color-text)]"
|
class="underline"
|
||||||
>
|
>
|
||||||
LinkedIn
|
LinkedIn
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="mailto:tyler@lerkolabs.com"
|
href="mailto:tyler@lerkolabs.com"
|
||||||
class="underline hover:text-[var(--color-text)]"
|
target="_blank"
|
||||||
|
class="underline"
|
||||||
>
|
>
|
||||||
Email
|
Email
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
+50
-62
@@ -1,50 +1,17 @@
|
|||||||
---
|
|
||||||
const pathname = Astro.url.pathname;
|
|
||||||
|
|
||||||
const links = [
|
|
||||||
{ href: "/", label: "tyler" },
|
|
||||||
{ href: "/homelab/", label: "homelab" },
|
|
||||||
{ href: "/projects/", label: "projects" },
|
|
||||||
];
|
|
||||||
---
|
|
||||||
|
|
||||||
<header class="sticky top-0 z-50 bg-[var(--color-bg)] border-b border-[var(--color-border)]">
|
<header class="sticky top-0 z-50 bg-[var(--color-bg)] border-b border-[var(--color-border)]">
|
||||||
<nav class="max-w-[740px] mx-auto px-4ch h-11 flex items-center justify-between">
|
<nav class="max-w-[740px] mx-auto px-4ch h-11 flex items-center justify-between">
|
||||||
<ul class="flex items-center gap-2ch">
|
<a href="/" class="font-semibold">Tyler Koenig</a>
|
||||||
{links.map(({ href, label }) => {
|
|
||||||
const active = pathname === href || pathname === href.replace(/\/$/, "");
|
|
||||||
return (
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
href={href}
|
|
||||||
aria-current={active ? "page" : undefined}
|
|
||||||
class:list={[
|
|
||||||
active
|
|
||||||
? "text-[var(--color-text)]"
|
|
||||||
: "text-[var(--color-text-label)] hover:text-[var(--color-text)]",
|
|
||||||
]}
|
|
||||||
>
|
|
||||||
{label}
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
);
|
|
||||||
})}
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div class="flex items-center gap-2ch">
|
<div class="flex items-center gap-2ch">
|
||||||
<div role="group" aria-label="Typeface" class="flex items-center gap-[0.5ch] text-[var(--color-text-dim)]">
|
<a href="#projects" data-nav-link class="hidden xs:inline text-[var(--color-text-label)] hover:text-[var(--color-text)]">projects</a>
|
||||||
<button data-typeface-btn="sans" class="hover:text-[var(--color-text)] cursor-pointer">sans</button>
|
<a href="#journey" data-nav-link class="hidden xs:inline text-[var(--color-text-label)] hover:text-[var(--color-text)]">journey</a>
|
||||||
<span aria-hidden="true">/</span>
|
<a href="#homelab" data-nav-link class="hidden xs:inline text-[var(--color-text-label)] hover:text-[var(--color-text)]">homelab</a>
|
||||||
<button data-typeface-btn="serif" class="hover:text-[var(--color-text)] cursor-pointer">serif</button>
|
|
||||||
<span aria-hidden="true">/</span>
|
|
||||||
<button data-typeface-btn="mono" class="hover:text-[var(--color-text)] cursor-pointer">mono</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<button
|
<button
|
||||||
data-theme-toggle
|
data-theme-toggle
|
||||||
aria-label="Switch to light mode"
|
aria-label="Switch to light mode"
|
||||||
class="text-[var(--color-text-label)] hover:text-[var(--color-text)] cursor-pointer"
|
class="text-[var(--color-text-label)] hover:text-[var(--color-text)] cursor-pointer"
|
||||||
>
|
>
|
||||||
light
|
light
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,30 +39,51 @@ const links = [
|
|||||||
|
|
||||||
updateTheme();
|
updateTheme();
|
||||||
|
|
||||||
const tfBtns = document.querySelectorAll("[data-typeface-btn]");
|
const navLinks = document.querySelectorAll<HTMLAnchorElement>("[data-nav-link]");
|
||||||
|
const sections = Array.from(navLinks).map((link) => ({
|
||||||
|
link,
|
||||||
|
section: document.querySelector(link.hash) as HTMLElement,
|
||||||
|
}));
|
||||||
|
|
||||||
function updateTypeface() {
|
const atBottom = () =>
|
||||||
const current = document.documentElement.dataset.typeface || "sans";
|
window.innerHeight + window.scrollY >= document.body.offsetHeight - 2;
|
||||||
tfBtns.forEach((b) => {
|
|
||||||
const val = b.getAttribute("data-typeface-btn");
|
const observer = new IntersectionObserver(
|
||||||
if (val === current) {
|
() => {
|
||||||
b.classList.add("font-bold", "text-[var(--color-text)]");
|
let active: HTMLAnchorElement | null = null;
|
||||||
b.classList.remove("text-[var(--color-text-dim)]");
|
if (atBottom()) {
|
||||||
|
active = sections[sections.length - 1].link;
|
||||||
} else {
|
} else {
|
||||||
b.classList.remove("font-bold", "text-[var(--color-text)]");
|
for (const { link, section } of sections) {
|
||||||
b.classList.add("text-[var(--color-text-dim)]");
|
if (section.getBoundingClientRect().top <= 80) active = link;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
navLinks.forEach((l) => {
|
||||||
}
|
l.style.color = l === active ? "var(--color-text)" : "";
|
||||||
|
});
|
||||||
|
},
|
||||||
|
{ rootMargin: "-56px 0px 0px 0px", threshold: 0 },
|
||||||
|
);
|
||||||
|
|
||||||
tfBtns.forEach((b) => {
|
sections.forEach(({ section }) => observer.observe(section));
|
||||||
b.addEventListener("click", () => {
|
|
||||||
const val = b.getAttribute("data-typeface-btn")!;
|
|
||||||
document.documentElement.dataset.typeface = val;
|
|
||||||
localStorage.setItem("lerko96-typeface", val);
|
|
||||||
updateTypeface();
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
updateTypeface();
|
let ticking = false;
|
||||||
|
window.addEventListener("scroll", () => {
|
||||||
|
if (ticking) return;
|
||||||
|
ticking = true;
|
||||||
|
requestAnimationFrame(() => {
|
||||||
|
let active: HTMLAnchorElement | null = null;
|
||||||
|
if (atBottom()) {
|
||||||
|
active = sections[sections.length - 1].link;
|
||||||
|
} else {
|
||||||
|
for (const { link, section } of sections) {
|
||||||
|
if (section.getBoundingClientRect().top <= 80) active = link;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
navLinks.forEach((l) => {
|
||||||
|
l.style.color = l === active ? "var(--color-text)" : "";
|
||||||
|
});
|
||||||
|
ticking = false;
|
||||||
|
});
|
||||||
|
}, { passive: true });
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ const { project } = Astro.props;
|
|||||||
href={project.githubUrl}
|
href={project.githubUrl}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
class="font-semibold underline hover:text-[var(--color-text-label)]"
|
class="font-semibold underline"
|
||||||
>
|
>
|
||||||
{project.title}
|
{project.title}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -14,29 +14,24 @@ const typeLabel: Record<TimelineType, string> = {
|
|||||||
---
|
---
|
||||||
|
|
||||||
<Widget title="Journey">
|
<Widget title="Journey">
|
||||||
<ol class="flex flex-col gap-0">
|
<ol class="flex flex-col">
|
||||||
{timeline.map((entry) => (
|
{timeline.map((entry) => (
|
||||||
<li class="pb-2lh last:pb-0">
|
<li class="grid grid-cols-[10ch_1fr] gap-2ch py-half-lh border-b border-[var(--color-border)] last:border-b-0">
|
||||||
<p class="text-[var(--color-text-dim)] mb-qtr-lh">
|
<div class="text-[var(--color-text-dim)] pt-[0.1em]">
|
||||||
{isDate(entry.date)
|
{isDate(entry.date)
|
||||||
? <time datetime={entry.date}>{entry.date}</time>
|
? <time datetime={entry.date}>{entry.date}</time>
|
||||||
: <span>{entry.date}</span>
|
: <span>{entry.date}</span>
|
||||||
}
|
}
|
||||||
<span class="mx-[0.5ch]">·</span>
|
</div>
|
||||||
<em>{typeLabel[entry.type]}</em>
|
<div>
|
||||||
</p>
|
<h3 class="font-semibold">
|
||||||
|
{entry.title}
|
||||||
<h3 class="font-semibold mb-half-lh">{entry.title}</h3>
|
<span class="font-normal text-[var(--color-text-dim)]"> · {typeLabel[entry.type]}</span>
|
||||||
|
</h3>
|
||||||
<p class="text-[var(--color-text-label)] leading-relaxed mb-half-lh">
|
<p class="text-[var(--color-text-label)] leading-relaxed">
|
||||||
{entry.description}
|
{entry.description}
|
||||||
</p>
|
|
||||||
|
|
||||||
{entry.tags && entry.tags.length > 0 && (
|
|
||||||
<p class="text-[var(--color-text-dim)]">
|
|
||||||
{entry.tags.join(" · ")}
|
|
||||||
</p>
|
</p>
|
||||||
)}
|
</div>
|
||||||
</li>
|
</li>
|
||||||
))}
|
))}
|
||||||
</ol>
|
</ol>
|
||||||
|
|||||||
+24
-16
@@ -13,6 +13,25 @@ export type Project = {
|
|||||||
|
|
||||||
export const projects: Project[] = [
|
export const projects: Project[] = [
|
||||||
// --- Featured ---
|
// --- Featured ---
|
||||||
|
{
|
||||||
|
slug: "uptop",
|
||||||
|
title: "uptop",
|
||||||
|
description: "Live uptime monitoring dashboard for your terminal. SSH-accessible. HTTP, ping, TCP, DNS, push checks with alerts, clustering, and Prometheus metrics.",
|
||||||
|
tags: ["Go", "Bubbletea", "Monitoring", "Uptime"],
|
||||||
|
githubUrl: "https://github.com/lerkolabs/uptop",
|
||||||
|
tier: "featured",
|
||||||
|
year: 2026,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
slug: "nib",
|
||||||
|
title: "nib",
|
||||||
|
description:
|
||||||
|
"Capture-first personal journal built with Go + SQLite. Currently developing in private when I have spare time.",
|
||||||
|
tags: ["Go", "JavaScript", "SQLite", "Stream-of-Thought"],
|
||||||
|
githubUrl: "https://gitea.lerkolabs.com/lerko/nib-v1",
|
||||||
|
tier: "featured",
|
||||||
|
year: 2026,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
slug: "homelab",
|
slug: "homelab",
|
||||||
title: "homelab",
|
title: "homelab",
|
||||||
@@ -27,33 +46,22 @@ export const projects: Project[] = [
|
|||||||
slug: "portfolio",
|
slug: "portfolio",
|
||||||
title: "portfolio",
|
title: "portfolio",
|
||||||
description:
|
description:
|
||||||
"Astro static site, self-hosted in a DMZ LXC behind Nginx, deployed via Gitea Actions CI.",
|
"Astro static site, self-hosted in a DMZ LXC behind Caddy, deployed via Gitea Actions CI.",
|
||||||
tags: ["Astro", "Dockerfile", "Tailwind", "nginx", "Caddy"],
|
tags: ["Astro", "Typescript", "Dockerfile", "Caddy"],
|
||||||
githubUrl: "https://gitea.lerkolabs.com/lerko/portfolio",
|
githubUrl: "https://gitea.lerkolabs.com/lerko/portfolio",
|
||||||
tier: "featured",
|
tier: "featured",
|
||||||
year: 2021,
|
year: 2021,
|
||||||
},
|
},
|
||||||
{
|
// --- Archive ---
|
||||||
slug: "nib",
|
|
||||||
title: "nib",
|
|
||||||
description:
|
|
||||||
"Capture-first personal journal built with Go + React + SQLite. Currently developing in private when I have spare time.",
|
|
||||||
tags: ["Go", "React", "SQLite", "Journal", "Stream-of-Thought"],
|
|
||||||
githubUrl: "https://github.com/lerko96/nib",
|
|
||||||
tier: "featured",
|
|
||||||
year: 2026,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
slug: "open-pact",
|
slug: "open-pact",
|
||||||
title: "open-pact",
|
title: "open-pact",
|
||||||
description:
|
description: "Open protocol for AI agent identity, delegation, and portable memory. Ed25519 keypair identity, signed delegation",
|
||||||
"Open protocol for AI agent identity, delegation, and portable memory. Ed25519 keypair identity, signed delegation warrants, portable signed memory facts. No central registry.",
|
|
||||||
tags: ["TypeScript", "Ed25519", "DID", "npm", "CC0"],
|
tags: ["TypeScript", "Ed25519", "DID", "npm", "CC0"],
|
||||||
githubUrl: "https://github.com/lerko96/open-pact",
|
githubUrl: "https://github.com/lerko96/open-pact",
|
||||||
tier: "featured",
|
tier: "archive",
|
||||||
year: 2026,
|
year: 2026,
|
||||||
},
|
},
|
||||||
// --- Archive ---
|
|
||||||
{
|
{
|
||||||
slug: "helm",
|
slug: "helm",
|
||||||
title: "helm",
|
title: "helm",
|
||||||
|
|||||||
+22
-19
@@ -2,6 +2,7 @@ export type Service = {
|
|||||||
name: string;
|
name: string;
|
||||||
description: string;
|
description: string;
|
||||||
category: "infrastructure" | "security" | "monitoring" | "productivity" | "media";
|
category: "infrastructure" | "security" | "monitoring" | "productivity" | "media";
|
||||||
|
hidden?: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
export const services: Service[] = [
|
export const services: Service[] = [
|
||||||
@@ -11,7 +12,7 @@ export const services: Service[] = [
|
|||||||
{ name: "Pi-hole", description: "Network-wide DNS + ad blocking", category: "infrastructure" },
|
{ name: "Pi-hole", description: "Network-wide DNS + ad blocking", category: "infrastructure" },
|
||||||
{ name: "WireGuard", description: "VPN — full LAN access for remote clients", category: "infrastructure" },
|
{ name: "WireGuard", description: "VPN — full LAN access for remote clients", category: "infrastructure" },
|
||||||
{ name: "mail relay", description: "Outbound SMTP relay for self-hosted service notifications", category: "infrastructure" },
|
{ name: "mail relay", description: "Outbound SMTP relay for self-hosted service notifications", category: "infrastructure" },
|
||||||
{ name: "gluetun", description: "VPN container routing download client traffic", category: "infrastructure" },
|
{ name: "gluetun", description: "VPN container routing download client traffic", category: "infrastructure", hidden: true },
|
||||||
{ name: "Home Assistant", description: "Smart home automation and device management", category: "infrastructure" },
|
{ name: "Home Assistant", description: "Smart home automation and device management", category: "infrastructure" },
|
||||||
|
|
||||||
// Security / Auth
|
// Security / Auth
|
||||||
@@ -23,34 +24,36 @@ export const services: Service[] = [
|
|||||||
{ name: "Grafana", description: "Dashboards and alerting across all hosts and services", category: "monitoring" },
|
{ name: "Grafana", description: "Dashboards and alerting across all hosts and services", category: "monitoring" },
|
||||||
{ name: "Beszel", description: "Lightweight container and host monitoring", category: "monitoring" },
|
{ name: "Beszel", description: "Lightweight container and host monitoring", category: "monitoring" },
|
||||||
{ name: "ntfy", description: "Self-hosted push notifications", category: "monitoring" },
|
{ name: "ntfy", description: "Self-hosted push notifications", category: "monitoring" },
|
||||||
|
{ name: "Uptime Kuma", description: "Self-hosted monitoring tool (GUI)", category: "monitoring" },
|
||||||
|
|
||||||
// Productivity
|
// Productivity
|
||||||
{ name: "Gitea", description: "Personal Git server", category: "productivity" },
|
{ name: "Gitea", description: "Personal Git server", category: "productivity" },
|
||||||
{ name: "Outline", description: "Team wiki and knowledge base", category: "productivity" },
|
{ name: "Outline", description: "Team wiki and knowledge base", category: "productivity" },
|
||||||
{ name: "Vikunja", description: "Task management", category: "productivity" },
|
|
||||||
{ name: "Actual Budget", description: "Personal budgeting", category: "productivity" },
|
{ name: "Actual Budget", description: "Personal budgeting", category: "productivity" },
|
||||||
{ name: "Ghostfolio", description: "Investment portfolio tracking", category: "productivity" },
|
|
||||||
{ name: "Hoarder", description: "Bookmark manager with tagging", category: "productivity" },
|
|
||||||
{ name: "FreshRSS", description: "RSS reader", category: "productivity" },
|
|
||||||
{ name: "Memos", description: "Quick notes and journal", category: "productivity" },
|
|
||||||
{ name: "Traggo", description: "Time tracking", category: "productivity" },
|
|
||||||
{ name: "Baikal", description: "CalDAV / CardDAV server", category: "productivity" },
|
{ name: "Baikal", description: "CalDAV / CardDAV server", category: "productivity" },
|
||||||
{ name: "Grist", description: "Spreadsheets and structured data", category: "productivity" },
|
{ name: "Grist", description: "Spreadsheets and structured data", category: "productivity" },
|
||||||
{ name: "Glance", description: "Self-hosted start page with feeds and service status", category: "productivity" },
|
{ name: "Glance", description: "Self-hosted start page with feeds and service status", category: "productivity" },
|
||||||
{ name: "Filebrowser", description: "Web-based file manager", category: "productivity" },
|
{ name: "Hoarder", description: "Bookmark manager with tagging", category: "productivity", hidden: true },
|
||||||
|
{ name: "FreshRSS", description: "RSS reader", category: "productivity", hidden: true },
|
||||||
|
{ name: "Memos", description: "Quick notes and journal", category: "productivity", hidden: true },
|
||||||
|
{ name: "Ghostfolio", description: "Investment portfolio tracking", category: "productivity", hidden: true },
|
||||||
|
{ name: "Vikunja", description: "Task management", category: "productivity", hidden: true },
|
||||||
|
{ name: "Traggo", description: "Time tracking", category: "productivity", hidden: true },
|
||||||
|
{ name: "Filebrowser", description: "Web-based file manager", category: "productivity", hidden: true },
|
||||||
|
|
||||||
// Media
|
// Media
|
||||||
{ name: "Plex", description: "Media streaming — movies, TV, music", category: "media" },
|
{ name: "Immich", description: "Open-source photo library", category: "media"},
|
||||||
{ name: "Jellyfin", description: "Open-source media streaming", category: "media" },
|
|
||||||
{ name: "Sonarr", description: "Automated TV show management", category: "media" },
|
|
||||||
{ name: "Radarr", description: "Automated movie management", category: "media" },
|
|
||||||
{ name: "Lidarr", description: "Automated music management", category: "media" },
|
|
||||||
{ name: "Prowlarr", description: "Indexer manager and proxy for the *arr stack", category: "media" },
|
|
||||||
{ name: "Bazarr", description: "Automatic subtitle download and management", category: "media" },
|
|
||||||
{ name: "nzbget", description: "Usenet downloader", category: "media" },
|
|
||||||
{ name: "qBittorrent", description: "Torrent client with web UI", category: "media" },
|
|
||||||
{ name: "Kavita", description: "Self-hosted manga and book reader", category: "media" },
|
{ name: "Kavita", description: "Self-hosted manga and book reader", category: "media" },
|
||||||
{ name: "Openshelf", description: "Book library with auto-ingest", category: "media" },
|
{ name: "Jellyfin", description: "Open-source media streaming", category: "media" },
|
||||||
|
{ name: "Prowlarr", description: "Indexer manager and proxy for the *arr stack", category: "media" },
|
||||||
|
{ name: "*Arr stack", description: "Automated media management for streaming", category: "media" },
|
||||||
|
{ name: "Bazarr", description: "Automatic subtitle download and management", category: "media" },
|
||||||
|
{ name: "Lidarr", description: "Automated music management", category: "media", hidden: true },
|
||||||
|
{ name: "Radarr", description: "Automated movie management", category: "media", hidden: true },
|
||||||
|
{ name: "Plex", description: "Media streaming — movies, TV, music", category: "media", hidden: true },
|
||||||
|
{ name: "nzbget", description: "Usenet downloader", category: "media", hidden: true },
|
||||||
|
{ name: "qBittorrent", description: "Torrent client with web UI", category: "media", hidden: true },
|
||||||
|
{ name: "Openshelf", description: "Book library with auto-ingest", category: "media", hidden: true },
|
||||||
];
|
];
|
||||||
|
|
||||||
export const categoryOrder: Service["category"][] = [
|
export const categoryOrder: Service["category"][] = [
|
||||||
|
|||||||
@@ -22,30 +22,6 @@ export const timeline: TimelineEntry[] = [
|
|||||||
"Studying for Network+ to formalize networking knowledge built through the homelab.",
|
"Studying for Network+ to formalize networking knowledge built through the homelab.",
|
||||||
tags: ["networking", "certification"],
|
tags: ["networking", "certification"],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
date: "2026-04",
|
|
||||||
title: "Portfolio Site v2",
|
|
||||||
type: "project",
|
|
||||||
description:
|
|
||||||
"Astro portfolio site, self-hosted in a DMZ LXC behind Nginx, deployed via Gitea Actions CI.",
|
|
||||||
tags: ["astro", "tailwind", "self-hosted"],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
date: "2026-04",
|
|
||||||
title: "lerkolabs.com",
|
|
||||||
type: "homelab",
|
|
||||||
description:
|
|
||||||
"Self-hosted in a DMZ LXC behind Nginx, deployed via Gitea Actions CI.",
|
|
||||||
tags: ["LXC", "DMZ", "self-hosted"],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
date: "2026-03",
|
|
||||||
title: "Helm",
|
|
||||||
type: "project",
|
|
||||||
description:
|
|
||||||
"Full-stack task and project management tool built in Go + React.",
|
|
||||||
tags: ["go", "react", "typescript"],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
date: "2025",
|
date: "2025",
|
||||||
title: "Proxmox Backup Server",
|
title: "Proxmox Backup Server",
|
||||||
@@ -93,13 +69,6 @@ export const timeline: TimelineEntry[] = [
|
|||||||
"Promoted to Config Tech II. Led imaging workflows and expanded into scripting for endpoint provisioning.",
|
"Promoted to Config Tech II. Led imaging workflows and expanded into scripting for endpoint provisioning.",
|
||||||
tags: ["sysadmin", "scripting"],
|
tags: ["sysadmin", "scripting"],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
date: "2022-11",
|
|
||||||
title: "PC Build",
|
|
||||||
type: "homelab",
|
|
||||||
description: "Sourced parts online and built a personal computer.",
|
|
||||||
tags: ["amd", "windows 10", "configure", "desktop"],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
date: "2022-05",
|
date: "2022-05",
|
||||||
title: "Config Tech I — MCPc",
|
title: "Config Tech I — MCPc",
|
||||||
@@ -108,14 +77,6 @@ export const timeline: TimelineEntry[] = [
|
|||||||
"Hardware configuration, OS imaging, and deployment at scale for enterprise clients.",
|
"Hardware configuration, OS imaging, and deployment at scale for enterprise clients.",
|
||||||
tags: ["sysadmin", "hardware"],
|
tags: ["sysadmin", "hardware"],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
date: "2021-10",
|
|
||||||
title: "Portfolio Site v1",
|
|
||||||
type: "project",
|
|
||||||
description:
|
|
||||||
"React portfolio deployed to www.lerko96.github.io using github pages.",
|
|
||||||
tags: ["React", "CSS", "github pages"],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
date: "2021-01",
|
date: "2021-01",
|
||||||
title: "We Can Code IT — Java Bootcamp",
|
title: "We Can Code IT — Java Bootcamp",
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ interface Props {
|
|||||||
|
|
||||||
const {
|
const {
|
||||||
title = "Tyler Koenig",
|
title = "Tyler Koenig",
|
||||||
description = "SOC Helpdesk I by day, building beyond the title. Projects in AI tooling, mobile apps, infrastructure, and more.",
|
description = "Security operations, self-hosted infrastructure, and software projects. Homelab, Go, TypeScript, and more.",
|
||||||
} = Astro.props;
|
} = Astro.props;
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -25,12 +25,6 @@ const {
|
|||||||
if (dark) document.documentElement.classList.add("dark");
|
if (dark) document.documentElement.classList.add("dark");
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
<script is:inline>
|
|
||||||
(function () {
|
|
||||||
var tf = localStorage.getItem("lerko96-typeface") || "sans";
|
|
||||||
document.documentElement.dataset.typeface = tf;
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body
|
<body
|
||||||
class="bg-[var(--color-bg)] text-[var(--color-text)] min-h-screen"
|
class="bg-[var(--color-bg)] text-[var(--color-text)] min-h-screen"
|
||||||
|
|||||||
@@ -2,11 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="refresh" content="0; url=/projects/" />
|
<meta http-equiv="refresh" content="0; url=/#projects" />
|
||||||
<link rel="canonical" href="/projects/" />
|
<link rel="canonical" href="/" />
|
||||||
<title>Redirecting...</title>
|
<title>Redirecting...</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p>This page moved. <a href="/projects/">/projects/</a></p>
|
<p>This page moved. <a href="/#projects">/#projects</a></p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+12
-202
@@ -1,202 +1,12 @@
|
|||||||
---
|
<!doctype html>
|
||||||
import Base from "@/layouts/Base.astro";
|
<html lang="en">
|
||||||
import Nav from "@/components/Nav.astro";
|
<head>
|
||||||
import Footer from "@/components/Footer.astro";
|
<meta charset="utf-8" />
|
||||||
import Widget from "@/components/Widget.astro";
|
<meta http-equiv="refresh" content="0; url=/#homelab" />
|
||||||
import { services, categoryOrder, categoryLabels } from "@/data/services";
|
<link rel="canonical" href="/" />
|
||||||
|
<title>Redirecting...</title>
|
||||||
const glanceStats = [
|
</head>
|
||||||
{ label: "Hypervisor", value: "Proxmox VE" },
|
<body>
|
||||||
{ label: "Firewall", value: "pfSense (Netgate 1100)" },
|
<p>This page moved. <a href="/#homelab">/#homelab</a></p>
|
||||||
{ label: "Switching", value: "TP-Link Omada (managed)" },
|
</body>
|
||||||
{ label: "ISP", value: "AT&T Fiber 1 Gbps" },
|
</html>
|
||||||
{ label: "VPN", value: "WireGuard (pfSense)" },
|
|
||||||
{ label: "Reverse Proxy", value: "Caddy + Cloudflare DNS-01" },
|
|
||||||
{ label: "Auth", value: "Authentik SSO" },
|
|
||||||
{ label: "DNS", value: "Pi-hole → Unbound → Cloudflare" },
|
|
||||||
{ label: "Containers", value: "9 LXC + 2 VMs" },
|
|
||||||
];
|
|
||||||
|
|
||||||
const vlans = [
|
|
||||||
{ id: "MGMT", name: "MGMT", purpose: "Network equipment only" },
|
|
||||||
{ id: "LAN", name: "LAN", purpose: "Trusted personal devices" },
|
|
||||||
{ id: "Lab", name: "Homelab", purpose: "All self-hosted services" },
|
|
||||||
{ id: "Guest", name: "Guests", purpose: "Internet only, RFC1918 blocked" },
|
|
||||||
{ id: "IoT", name: "IoT", purpose: "Smart home, isolated" },
|
|
||||||
{ id: "WFH", name: "WFH", purpose: "Work devices, no personal access" },
|
|
||||||
{ id: "DMZ", name: "DMZ", purpose: "Public-facing, hard-blocked internally" },
|
|
||||||
{ id: "VPN", name: "VPN", purpose: "WireGuard clients, LAN-equivalent access" },
|
|
||||||
];
|
|
||||||
|
|
||||||
const adrs = [
|
|
||||||
{
|
|
||||||
title: "ISP gateway: passthrough mode",
|
|
||||||
decision:
|
|
||||||
"ISP gateway stays in-line in passthrough mode, pfSense gets the public IP directly. Gateway WiFi disabled.",
|
|
||||||
why: "Carrier locks 802.1X auth to their own gateway hardware, and bypassing it is brittle — breaks on firmware updates and only saves a millisecond or two. True bridge mode isn't supported. Passthrough is the cleanest option that keeps pfSense as the actual perimeter.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Caddy over NGINX Proxy Manager",
|
|
||||||
decision:
|
|
||||||
"Caddy with DNS-01 challenge via Cloudflare API. All subdomains resolve to Caddy internally via Pi-hole. Caddy terminates TLS and proxies to backends.",
|
|
||||||
why: "Single Caddyfile, automatic certs without ever needing to expose internal services to the internet for an HTTP-01 challenge. NPM has more UI overhead for the same outcome. Traefik is more complex for no benefit at this scale.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "WireGuard over OpenVPN",
|
|
||||||
decision:
|
|
||||||
"WireGuard on pfSense as the only remote-access path. Clients get the access tier documented in the access model — same as LAN, plus the admin surfaces that aren't reachable any other way.",
|
|
||||||
why: "Faster, simpler config, better battery life on mobile. Throughput on the firewall hardware comfortably exceeds the WAN link. OpenVPN has no advantage here. Tailscale would add an external relay dependency for a problem WireGuard already solves.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Pi-hole in Homelab VLAN, not MGMT",
|
|
||||||
decision:
|
|
||||||
"Pi-hole runs in the Homelab VLAN. Firewall allows port 53 inbound from VLANs that need local resolution. MGMT uses pfSense Unbound as its primary resolver instead.",
|
|
||||||
why: "Putting Pi-hole in MGMT would mean opening MGMT to all the VLANs that need DNS — much bigger attack surface for the most sensitive tier. DNS traffic crossing into the Homelab VLAN is the lesser risk, and Homelab is already where service traffic terminates anyway.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Netgate 1100 for pfSense",
|
|
||||||
decision:
|
|
||||||
"Netgate 1100 (Marvell ARMADA 3720, dual-core ARM) as the firewall appliance. ~6W idle, line-rate NAT at 1 Gbps, WireGuard at ~100–150 Mbps.",
|
|
||||||
why: "Purpose-built for pfSense. Right-sized for 1 Gbps fiber — NAT saturates the link, WireGuard is fast enough for remote access. A full rack server wastes power for this role. Configs and version tracked in private repo.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Shared Postgres + Redis in apps LXC",
|
|
||||||
decision:
|
|
||||||
"One Postgres instance hosting multiple databases. One Redis instance. A single init script provisions schemas on first run.",
|
|
||||||
why: "Avoids ~15 separate DB containers. Big RAM savings. Productivity apps colocate in one LXC anyway, so a shared backing store there is the natural shape.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Gitea CI/CD: self-hosted runner, internal pipeline, static deploy",
|
|
||||||
decision:
|
|
||||||
"Self-hosted Gitea Actions runner builds the portfolio on push, then deploys pre-built static files to the public-facing host. Build runs in an isolated container so the runner host stays clean. Public host serves static files only — no build toolchain on it.",
|
|
||||||
why: "Keeps the whole pipeline internal. No external runners, no GitHub Actions. The build/serve split means the public-facing host has the smallest possible footprint — static file server, nothing more.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Authentik over Authelia",
|
|
||||||
decision: "Authentik as the SSO provider across all self-hosted services.",
|
|
||||||
why: "Full OIDC provider + forward auth in one. Lets services like Outline, Gitea, and Vikunja use real SSO rather than just a login gate. Authelia is forward-auth only — no OIDC provider capability.",
|
|
||||||
},
|
|
||||||
];
|
|
||||||
---
|
|
||||||
|
|
||||||
<Base
|
|
||||||
title="Homelab | Tyler Koenig"
|
|
||||||
description="Production-grade personal homelab: Proxmox, pfSense, 8 VLANs, WireGuard, Caddy, Authentik SSO, and 20+ self-hosted services."
|
|
||||||
>
|
|
||||||
<Nav slot="nav" />
|
|
||||||
|
|
||||||
<div class="mb-4lh">
|
|
||||||
<h1 class="text-xl font-bold mb-half-lh">Homelab</h1>
|
|
||||||
<p class="text-[var(--color-text-label)] leading-relaxed max-w-2xl">
|
|
||||||
Personal infrastructure environment for learning, self-hosting, and
|
|
||||||
operational practice. Running 24/7 on production-grade hardware with
|
|
||||||
real network segmentation, SSO, monitoring, and IaC-style
|
|
||||||
documentation.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<Widget title="Overview" badge={glanceStats.length} as="section">
|
|
||||||
<dl class="flex flex-col">
|
|
||||||
{glanceStats.map(({ label, value }) => (
|
|
||||||
<div class="flex gap-2ch py-qtr-lh">
|
|
||||||
<dt class="text-[var(--color-text-dim)] w-[16ch] shrink-0">{label}</dt>
|
|
||||||
<dd>{value}</dd>
|
|
||||||
</div>
|
|
||||||
))}
|
|
||||||
</dl>
|
|
||||||
</Widget>
|
|
||||||
|
|
||||||
<Widget
|
|
||||||
title="Network"
|
|
||||||
meta="8 segments, default deny"
|
|
||||||
as="section"
|
|
||||||
>
|
|
||||||
<div class="overflow-x-auto">
|
|
||||||
<table class="w-full border-collapse">
|
|
||||||
<thead>
|
|
||||||
<tr class="border-b border-[var(--color-border)]">
|
|
||||||
<th class="text-[var(--color-text-dim)] text-left py-qtr-lh pr-[3ch]">
|
|
||||||
Segment
|
|
||||||
</th>
|
|
||||||
<th class="text-[var(--color-text-dim)] text-left py-qtr-lh pr-[3ch]">
|
|
||||||
Name
|
|
||||||
</th>
|
|
||||||
<th class="text-[var(--color-text-dim)] text-left py-qtr-lh">
|
|
||||||
Purpose
|
|
||||||
</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
{vlans.map((v) => (
|
|
||||||
<tr class="border-b border-[var(--color-border)]">
|
|
||||||
<td class="py-half-lh pr-[3ch]">{v.id}</td>
|
|
||||||
<td class="py-half-lh pr-[3ch]">{v.name}</td>
|
|
||||||
<td class="text-[var(--color-text-label)] py-half-lh">{v.purpose}</td>
|
|
||||||
</tr>
|
|
||||||
))}
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
</Widget>
|
|
||||||
|
|
||||||
<Widget title="Services" badge={services.length} as="section">
|
|
||||||
<div class="flex flex-col gap-2lh">
|
|
||||||
{categoryOrder.map((cat) => {
|
|
||||||
const catServices = services.filter((s) => s.category === cat);
|
|
||||||
return (
|
|
||||||
<div>
|
|
||||||
<h3 class="text-[var(--color-text-dim)] font-semibold mb-half-lh">
|
|
||||||
{categoryLabels[cat]}
|
|
||||||
</h3>
|
|
||||||
<ul class="flex flex-col">
|
|
||||||
{catServices.map((svc) => (
|
|
||||||
<li class="py-qtr-lh">
|
|
||||||
<span class="font-semibold">{svc.name}</span>
|
|
||||||
<span class="text-[var(--color-text-label)]"> — {svc.description}</span>
|
|
||||||
</li>
|
|
||||||
))}
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
})}
|
|
||||||
</div>
|
|
||||||
</Widget>
|
|
||||||
|
|
||||||
<Widget
|
|
||||||
title="ADRs"
|
|
||||||
meta="why things are configured the way they are"
|
|
||||||
badge={adrs.length}
|
|
||||||
as="section"
|
|
||||||
>
|
|
||||||
<div class="flex flex-col gap-2lh">
|
|
||||||
{adrs.map((adr) => (
|
|
||||||
<div>
|
|
||||||
<h3 class="font-semibold mb-half-lh">{adr.title}</h3>
|
|
||||||
<p class="text-[var(--color-text-label)] leading-relaxed mb-half-lh">
|
|
||||||
<strong>Decision:</strong> {adr.decision}
|
|
||||||
</p>
|
|
||||||
<p class="text-[var(--color-text-label)] leading-relaxed">
|
|
||||||
<strong>Why:</strong> {adr.why}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
))}
|
|
||||||
</div>
|
|
||||||
</Widget>
|
|
||||||
|
|
||||||
<section class="mb-4lh">
|
|
||||||
<h2 class="text-lg font-semibold mb-half-lh">Docs</h2>
|
|
||||||
<p class="text-[var(--color-text-label)] mb-half-lh">
|
|
||||||
VLAN maps, runbooks, service registry, config exports, and setup guides.
|
|
||||||
</p>
|
|
||||||
<a
|
|
||||||
href="https://gitea.lerkolabs.com/lerko/homelab"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
class="underline hover:text-[var(--color-text-label)]"
|
|
||||||
>
|
|
||||||
gitea.lerkolabs.com/lerko/homelab
|
|
||||||
</a>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<Footer slot="footer" />
|
|
||||||
</Base>
|
|
||||||
|
|||||||
+71
-1
@@ -4,11 +4,81 @@ import Nav from "@/components/Nav.astro";
|
|||||||
import Footer from "@/components/Footer.astro";
|
import Footer from "@/components/Footer.astro";
|
||||||
import Hero from "@/components/Hero.astro";
|
import Hero from "@/components/Hero.astro";
|
||||||
import Timeline from "@/components/Timeline.astro";
|
import Timeline from "@/components/Timeline.astro";
|
||||||
|
import Widget from "@/components/Widget.astro";
|
||||||
|
import ProjectCard from "@/components/ProjectCard.astro";
|
||||||
|
import { featuredProjects } from "@/data/projects";
|
||||||
|
import { services, categoryOrder, categoryLabels } from "@/data/services";
|
||||||
|
|
||||||
|
const glanceStats = [
|
||||||
|
{ label: "Hypervisor", value: "Proxmox VE" },
|
||||||
|
{ label: "Firewall", value: "pfSense (Netgate 1100)" },
|
||||||
|
{ label: "Network", value: "7 VLANs, default deny, managed switching" },
|
||||||
|
{ label: "Services", value: `${services.length} self-hosted across ${categoryOrder.length} categories` },
|
||||||
|
];
|
||||||
---
|
---
|
||||||
|
|
||||||
<Base>
|
<Base>
|
||||||
<Nav slot="nav" />
|
<Nav slot="nav" />
|
||||||
|
|
||||||
<Hero />
|
<Hero />
|
||||||
<Timeline />
|
|
||||||
|
<section id="projects">
|
||||||
|
<Widget title="Projects" as="div">
|
||||||
|
<div class="flex flex-col">
|
||||||
|
{featuredProjects.map((project) => (
|
||||||
|
<ProjectCard project={project} />
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
</Widget>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="journey">
|
||||||
|
<Timeline />
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="homelab">
|
||||||
|
<Widget title="Homelab" as="div">
|
||||||
|
<p class="text-[var(--color-text-label)] leading-relaxed max-w-2xl mb-2lh">
|
||||||
|
Personal infrastructure environment for learning, self-hosting, and
|
||||||
|
operational practice. Running 24/7 on production-grade hardware with
|
||||||
|
real network segmentation, SSO, monitoring, and IaC-style
|
||||||
|
documentation.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<dl class="flex flex-col mb-2lh">
|
||||||
|
{glanceStats.map(({ label, value }) => (
|
||||||
|
<div class="flex gap-2ch py-qtr-lh">
|
||||||
|
<dt class="text-[var(--color-text-dim)] w-[16ch] shrink-0">{label}</dt>
|
||||||
|
<dd>{value}</dd>
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
<div class="flex flex-wrap gap-x-[3ch] gap-y-qtr-lh mb-2lh">
|
||||||
|
{categoryOrder.map((cat) => {
|
||||||
|
const count = services.filter((s) => s.category === cat).length;
|
||||||
|
return (
|
||||||
|
<span>
|
||||||
|
<span class="text-[var(--color-text-dim)]">{categoryLabels[cat]}</span>
|
||||||
|
<span class="text-[var(--color-text-label)]"> ({count})</span>
|
||||||
|
</span>
|
||||||
|
);
|
||||||
|
})}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<p class="text-[var(--color-text-label)] mb-half-lh">
|
||||||
|
Full documentation — network maps, ADRs, runbooks, and service configs.
|
||||||
|
</p>
|
||||||
|
<a
|
||||||
|
href="https://gitea.lerkolabs.com/lerko/homelab"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
class="underline"
|
||||||
|
>
|
||||||
|
gitea.lerkolabs.com/lerko/homelab →
|
||||||
|
</a>
|
||||||
|
</Widget>
|
||||||
|
</section>
|
||||||
|
|
||||||
<Footer slot="footer" />
|
<Footer slot="footer" />
|
||||||
</Base>
|
</Base>
|
||||||
|
|||||||
+12
-64
@@ -1,64 +1,12 @@
|
|||||||
---
|
<!doctype html>
|
||||||
import Base from "@/layouts/Base.astro";
|
<html lang="en">
|
||||||
import Nav from "@/components/Nav.astro";
|
<head>
|
||||||
import Footer from "@/components/Footer.astro";
|
<meta charset="utf-8" />
|
||||||
import Widget from "@/components/Widget.astro";
|
<meta http-equiv="refresh" content="0; url=/#projects" />
|
||||||
import ProjectCard from "@/components/ProjectCard.astro";
|
<link rel="canonical" href="/" />
|
||||||
import { featuredProjects, archiveProjects } from "@/data/projects";
|
<title>Redirecting...</title>
|
||||||
---
|
</head>
|
||||||
|
<body>
|
||||||
<Base
|
<p>This page moved. <a href="/#projects">/#projects</a></p>
|
||||||
title="Projects | Tyler Koenig"
|
</body>
|
||||||
description="Featured projects and earlier work — homelab, open-pact, helm, and bootcamp/experiment archive."
|
</html>
|
||||||
>
|
|
||||||
<Nav slot="nav" />
|
|
||||||
|
|
||||||
<div class="mb-4lh">
|
|
||||||
<h1 class="text-xl font-bold mb-half-lh">Projects</h1>
|
|
||||||
<p class="text-[var(--color-text-label)] leading-relaxed max-w-xl">
|
|
||||||
Featured work first. Earlier experiments, browser extensions, and bootcamp projects below — kept for context.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<Widget title="Featured" badge={featuredProjects.length} as="section">
|
|
||||||
<div class="flex flex-col">
|
|
||||||
{featuredProjects.map((project) => (
|
|
||||||
<ProjectCard project={project} />
|
|
||||||
))}
|
|
||||||
</div>
|
|
||||||
</Widget>
|
|
||||||
|
|
||||||
<Widget title="Archive" badge={archiveProjects.length} as="section">
|
|
||||||
<div class="flex flex-col gap-2lh">
|
|
||||||
{archiveProjects.map((project) => (
|
|
||||||
<div>
|
|
||||||
<div class="flex items-baseline gap-1ch mb-half-lh">
|
|
||||||
{project.year && (
|
|
||||||
<span class="text-[var(--color-text-dim)] shrink-0">
|
|
||||||
{project.year}
|
|
||||||
</span>
|
|
||||||
)}
|
|
||||||
<h3>
|
|
||||||
<a
|
|
||||||
href={project.githubUrl}
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
class="font-semibold underline hover:text-[var(--color-text-label)]"
|
|
||||||
>
|
|
||||||
{project.title}
|
|
||||||
</a>
|
|
||||||
</h3>
|
|
||||||
</div>
|
|
||||||
<p class="text-[var(--color-text-label)] leading-relaxed mb-half-lh">
|
|
||||||
{project.description}
|
|
||||||
</p>
|
|
||||||
<p class="text-[var(--color-text-dim)]">
|
|
||||||
{project.tags.join(" · ")}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
))}
|
|
||||||
</div>
|
|
||||||
</Widget>
|
|
||||||
|
|
||||||
<Footer slot="footer" />
|
|
||||||
</Base>
|
|
||||||
|
|||||||
+54
-9
@@ -12,13 +12,13 @@
|
|||||||
--color-text: #D4D4D8;
|
--color-text: #D4D4D8;
|
||||||
--color-text-label: #9CA0AA;
|
--color-text-label: #9CA0AA;
|
||||||
--color-text-dim: #888D9B;
|
--color-text-dim: #888D9B;
|
||||||
|
--color-link: #8CAFC8;
|
||||||
|
--color-link-visited: #9A94AB;
|
||||||
|
|
||||||
/* Typography */
|
/* Typography */
|
||||||
--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||||
--font-serif: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;
|
--font-serif: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;
|
||||||
--font-mono: "Source Code Pro", ui-monospace, monospace;
|
--font-mono: "Source Code Pro", ui-monospace, monospace;
|
||||||
--font-body: var(--font-sans);
|
|
||||||
|
|
||||||
/* Breakpoints */
|
/* Breakpoints */
|
||||||
--breakpoint-xs: 576px;
|
--breakpoint-xs: 576px;
|
||||||
|
|
||||||
@@ -44,14 +44,9 @@ html {
|
|||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
background-color: var(--color-bg);
|
background-color: var(--color-bg);
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
font-family: var(--font-body);
|
font-family: var(--font-sans);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Typeface picker overrides */
|
|
||||||
html[data-typeface="sans"] { --font-body: var(--font-sans); }
|
|
||||||
html[data-typeface="serif"] { --font-body: var(--font-serif); line-height: 1.6; }
|
|
||||||
html[data-typeface="mono"] { --font-body: var(--font-mono); font-size: 15px; letter-spacing: -0.01em; }
|
|
||||||
|
|
||||||
@layer base {
|
@layer base {
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@@ -70,6 +65,8 @@ html[data-typeface="mono"] { --font-body: var(--font-mono); font-size: 15px; le
|
|||||||
--color-text: #2C2C2C;
|
--color-text: #2C2C2C;
|
||||||
--color-text-label: #6B6560;
|
--color-text-label: #6B6560;
|
||||||
--color-text-dim: #787068;
|
--color-text-dim: #787068;
|
||||||
|
--color-link: #4A6B8A;
|
||||||
|
--color-link-visited: #6B6080;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Link underlines */
|
/* Link underlines */
|
||||||
@@ -81,12 +78,60 @@ a {
|
|||||||
a:hover {
|
a:hover {
|
||||||
text-decoration-color: currentColor;
|
text-decoration-color: currentColor;
|
||||||
}
|
}
|
||||||
|
a[target="_blank"] {
|
||||||
|
color: var(--color-link);
|
||||||
|
}
|
||||||
|
a[target="_blank"]:visited {
|
||||||
|
color: var(--color-link-visited);
|
||||||
|
}
|
||||||
|
a[target="_blank"]:hover {
|
||||||
|
color: var(--color-link);
|
||||||
|
text-decoration-color: currentColor;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Focus states */
|
||||||
|
a:focus-visible {
|
||||||
|
text-decoration-color: currentColor;
|
||||||
|
outline: 2px solid var(--color-border-bright);
|
||||||
|
outline-offset: 2px;
|
||||||
|
}
|
||||||
|
button:focus-visible {
|
||||||
|
outline: 2px solid var(--color-border-bright);
|
||||||
|
outline-offset: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Default transitions */
|
/* Default transitions */
|
||||||
a,
|
a,
|
||||||
button {
|
button {
|
||||||
transition: color 120ms linear, border-color 120ms linear,
|
transition: color 120ms linear, border-color 120ms linear,
|
||||||
opacity 120ms linear, text-decoration-color 120ms linear;
|
opacity 120ms linear, text-decoration-color 120ms linear,
|
||||||
|
outline-color 120ms linear;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Section anchors — clear sticky nav, visual rhythm */
|
||||||
|
section[id] {
|
||||||
|
scroll-margin-top: 3.5rem;
|
||||||
|
padding-top: 2lh;
|
||||||
|
border-top: 1px solid var(--color-border);
|
||||||
|
}
|
||||||
|
section[id]:first-of-type {
|
||||||
|
border-top: none;
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
font-family: var(--font-serif);
|
||||||
|
font-size: 11pt;
|
||||||
|
line-height: 1.3;
|
||||||
|
color: #000;
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
header, footer, button { display: none; }
|
||||||
|
a { color: inherit; text-decoration: underline; }
|
||||||
|
main { max-width: none; padding: 0; }
|
||||||
|
section, div, li { margin-bottom: 0.25em; padding-bottom: 0; }
|
||||||
|
h1, h2, h3 { margin-bottom: 0.15em; }
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-reduced-motion: reduce) {
|
@media (prefers-reduced-motion: reduce) {
|
||||||
|
|||||||
Reference in New Issue
Block a user