mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 09:02:29 +00:00
Add missing tags to homelab post
This commit is contained in:
@@ -5,6 +5,7 @@ lastmod: 2021-09-06T01:12:54-04:00
|
|||||||
draft: false
|
draft: false
|
||||||
comments: true
|
comments: true
|
||||||
author: "Dave Gallant"
|
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.
|
A homelab can be an inexpensive way to host a multitude of internal/external services and learn _a lot_ in the process.
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
"name": "Dave Gallant",
|
"name": "Dave Gallant",
|
||||||
"image": "",
|
"image": "",
|
||||||
"email": "me@davegallant.ca",
|
"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": [
|
"profiles": [
|
||||||
{
|
{
|
||||||
"network": "LinkTree",
|
"network": "LinkTree",
|
||||||
|
1
go.mod
1
go.mod
@@ -4,5 +4,4 @@ go 1.21
|
|||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/davegallant/hugo-theme-gruvbox v0.0.0-20240102155230-cac2894e8557 // indirect
|
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
|
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user