Add missing tags to homelab post

This commit is contained in:
Dave Gallant
2024-01-02 12:09:57 -05:00
parent 028defa959
commit aa31beb01c
3 changed files with 2 additions and 2 deletions

View File

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

View File

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

1
go.mod
View File

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