Files
www-rackaris-de/layouts/index.html
T
2026-05-19 11:03:31 +02:00

44 lines
1.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{{ define "main" }}
<section class="hero-panel">
<div>
<p class="eyebrow">HOMELAB Docs</p>
<h2>Dokumentation, Anleitungen und meinen Senf</h2>
<p>
Hier findest du meine gesammelten Dokumentationen, Anleitungen und Erfahrungen rund um mein Homelab. Von technischen Artikeln über Service-Dokus bis hin zu Konfigurationen und Projekten alles, was ich spannend finde, teile ich hier mit dir.
</p>
</div>
<div class="hero-code">
<pre><code>$ tree -L 2
.
├── posts/
├── services/
├── configs/
└── projects/
</code></pre>
</div>
</section>
<section class="content-panel overview-grid">
<article class="overview-card">
<h3>Blog</h3>
<p>Technische Artikel, Insights und How-Tos.</p>
<a class="button" href="/posts/">Ansehen</a>
</article>
<article class="overview-card">
<h3>Services</h3>
<p>Service-Dokus, Deployments und Monitoring.</p>
<a class="button" href="/services/">Ansehen</a>
</article>
<article class="overview-card">
<h3>Configs</h3>
<p>Konfigurationen, Best Practices und Snippets.</p>
<a class="button" href="/configs/">Ansehen</a>
</article>
<article class="overview-card">
<h3>Projekte</h3>
<p>Infra-Setups, Automatisierung und Experimente.</p>
<a class="button" href="/projects/">Ansehen</a>
</article>
</section>
{{ end }}