fix: many things
This commit is contained in:
@ -4,10 +4,20 @@ slug: "categories"
|
||||
layout: "simple"
|
||||
---
|
||||
|
||||
{{< list title="Homelab" cardView=true limit=3 where="Type" value="homelab" >}}
|
||||
{{< list title="Infrastructure" cardView=true limit=3 where="Type" value="infrastructure" >}}
|
||||
|
||||
<div class="mt-10 flex justify-center">
|
||||
<a href="homelab">
|
||||
<a href="infrastructure">
|
||||
<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="Programming" cardView=true limit=3 where="Type" value="programming" >}}
|
||||
|
||||
<div class="mt-10 flex justify-center">
|
||||
<a href="programming">
|
||||
<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>
|
||||
|
@ -1,11 +0,0 @@
|
||||
---
|
||||
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/infrastructure.md
Normal file
11
content/categories/infrastructure.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "Infrastructure"
|
||||
draft: false
|
||||
slug: "infrastructure"
|
||||
layout: "simple"
|
||||
showWordCount: false
|
||||
showReadingTime: false
|
||||
showDate: false
|
||||
---
|
||||
|
||||
{{< list title=" " cardView=true limit=99 where="Type" value="infrastructure" >}}
|
11
content/categories/programming.md
Normal file
11
content/categories/programming.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "Programming"
|
||||
draft: false
|
||||
slug: "programming"
|
||||
layout: "simple"
|
||||
showWordCount: false
|
||||
showReadingTime: false
|
||||
showDate: false
|
||||
---
|
||||
|
||||
{{< list title=" " cardView=true limit=99 where="Type" value="programming" >}}
|
Reference in New Issue
Block a user