fix: many things

This commit is contained in:
2024-02-17 19:54:22 +01:00
parent 4fde4c4816
commit 0460a355d7
20 changed files with 116 additions and 30 deletions

View File

@ -4,3 +4,10 @@ description: "This page was built using the Blowfish theme for Hugo."
layout: "simple"
---
{{< list title="Latest Projects" cardView=true limit=3 where="Type" value="projects" >}}
<div class="mt-10 flex justify-center">
<a href="projects">
<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>

View File

@ -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>

View File

@ -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" >}}

View 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" >}}

View 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" >}}

View File

@ -3,7 +3,7 @@ title: "Authelia : a selfhosted SSO"
date: 2022-04-10
draft: false
slug: "authelia-selfhosted-sso"
tags: ["tools", "sso"]
tags: ["sso", "tools"]
type: "security"
---

View File

@ -4,7 +4,7 @@ date: 2022-02-28
draft: false
slug: "how-to-host-multiple-services-on-one-public-ip"
tags: ["reverse proxy"]
type: "homelab"
type: "infrastructure"
---
You have services that you want to make accessible from outside? A Plex, a password manager, a website, ... You use a non professional connection with a dynamic external IP ? then you must have asked yourself the question of how to host more than one service with only one external IP address !

View File

@ -4,7 +4,7 @@ date: 2022-02-01
draft: false
slug: "how-to-index-your-blog-on-google"
tags: []
type: "homelab"
type: "infrastructure"
---
## What's indexation ?

View File

@ -4,7 +4,7 @@ date: 2022-07-19
draft: false
slug: "how-to-make-daily-backups-of-your-homelab"
tags: ["backup", "tools"]
type: "homelab"
type: "infrastructure"
---
You have your local homelab in which you store all your data. You have set up security measures to avoid data loss: parity disk, hot spare, cold spare, RAID, ... But in the event that your server burns down, a power surge fries your server and the data it contains, ... are you ready?

View File

@ -0,0 +1,9 @@
---
title: "Migrate from Ghost to Hugo"
date: 2024-02-17
draft: false
slug: "migrate-from-ghost-to-hugo"
tags: []
type: "programming"
---

View File

@ -4,7 +4,7 @@ date: 2022-02-11
draft: false
slug: "my-current-homelab"
tags: []
type: "homelab"
type: "infrastructure"
---
## What's a Homelab ?