From aa31beb01c16b71d91e34f543d2b5878e4f18bb5 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Tue, 2 Jan 2024 12:09:57 -0500 Subject: [PATCH] Add missing tags to homelab post --- content/post/what-to-do-with-a-homelab/index.md | 1 + data/json_resume/en.json | 2 +- go.mod | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/post/what-to-do-with-a-homelab/index.md b/content/post/what-to-do-with-a-homelab/index.md index eff2b36a..217de57a 100644 --- a/content/post/what-to-do-with-a-homelab/index.md +++ b/content/post/what-to-do-with-a-homelab/index.md @@ -5,6 +5,7 @@ lastmod: 2021-09-06T01:12:54-04:00 draft: false comments: true author: "Dave Gallant" +tags: ["self-hosted", "proxmox", "tailscale"] --- A homelab can be an inexpensive way to host a multitude of internal/external services and learn _a lot_ in the process. diff --git a/data/json_resume/en.json b/data/json_resume/en.json index 9729cc6a..42a414d4 100644 --- a/data/json_resume/en.json +++ b/data/json_resume/en.json @@ -3,7 +3,7 @@ "name": "Dave Gallant", "image": "", "email": "me@davegallant.ca", - "summary": "👋 I'm a software tinkerer passionate about infra, security and self-hosting.", + "summary": "👋 I'm a software tinkerer with a passion for infra, security and self-hosting.", "profiles": [ { "network": "LinkTree", diff --git a/go.mod b/go.mod index 872df819..4f2bea43 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +4,4 @@ go 1.21 require ( github.com/davegallant/hugo-theme-gruvbox v0.0.0-20240102155230-cac2894e8557 // indirect - github.com/schnerring/hugo-mod-json-resume v0.0.0-20231224014047-e651a547c19a // indirect )