blog/content/categories/_index.md
2024-02-16 21:20:46 +01:00

24 lines
804 B
Markdown

---
title: "Categories"
slug: "categories"
layout: "simple"
---
{{< list title="Homelab" cardView=true limit=3 where="Type" value="homelab" >}}
<div class="mt-10 flex justify-center">
<a href="homelab">
<button class="bg-transparent hover:text-primary-500 prose dark:prose-invert font-semibold hover:text-white py-2 px-4 border border-primary-500 hover:border-transparent rounded">Show More</button>
</a>
</div>
---
{{< list title="Security" cardView=true limit=3 where="Type" value="security" >}}
<div class="mt-10 flex justify-center">
<a href="security">
<button class="bg-transparent hover:text-primary-500 prose dark:prose-invert font-semibold hover:text-white py-2 px-4 border border-primary-500 hover:border-transparent rounded">Show More</button>
</a>
</div>