feat: many updates/fixes
All checks were successful
Build Blog Docker Image / build docker (push) Successful in 1m6s
All checks were successful
Build Blog Docker Image / build docker (push) Successful in 1m6s
This commit is contained in:
25
content/categories/_index.md
Normal file
25
content/categories/_index.md
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
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>
|
8
content/categories/homelab.md
Normal file
8
content/categories/homelab.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Homelab"
|
||||
draft: false
|
||||
slug: "homelab"
|
||||
layout: "simple"
|
||||
---
|
||||
|
||||
{{< list title=" " cardView=true limit=99 where="Type" value="homelab" >}}
|
8
content/categories/security.md
Normal file
8
content/categories/security.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Security"
|
||||
draft: false
|
||||
slug: "security"
|
||||
layout: "simple"
|
||||
---
|
||||
|
||||
{{< list title=" " cardView=true limit=99 where="Type" value="security" >}}
|
Reference in New Issue
Block a user