feat: many updates/fixes
This commit is contained in:
23
content/categories/_index.md
Normal file
23
content/categories/_index.md
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
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>
|
11
content/categories/homelab/index.md
Normal file
11
content/categories/homelab/index.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "Homelab"
|
||||
draft: false
|
||||
slug: "homelab"
|
||||
layout: "simple"
|
||||
showWordCount: false
|
||||
showReadingTime: false
|
||||
showDate: false
|
||||
---
|
||||
|
||||
{{< list title=" " cardView=true limit=99 where="Type" value="homelab" >}}
|
11
content/categories/security/index.md
Normal file
11
content/categories/security/index.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "Security"
|
||||
draft: false
|
||||
slug: "security"
|
||||
layout: "simple"
|
||||
showWordCount: false
|
||||
showReadingTime: false
|
||||
showDate: false
|
||||
---
|
||||
|
||||
{{< list title=" " cardView=true limit=99 where="Type" value="security" >}}
|
Reference in New Issue
Block a user