From ced9f011f2a84bfd992c68bbaa61b7d9a7a06fe6 Mon Sep 17 00:00:00 2001 From: Brad Treloar Date: Sat, 1 Nov 2025 21:33:23 +1030 Subject: [PATCH] Fix frontmatter syntax --- docs/chess/_index.md | 2 +- docs/electronics/_index.md | 2 +- docs/finances/_index.md | 2 +- docs/home-network/_index.md | 30 +----------------------------- docs/household/_index.md | 2 +- docs/latin/_index.md | 2 +- docs/parenting/_index.md | 2 +- docs/seasonal-events/_index.md | 2 +- docs/self-care/_index.md | 2 +- 9 files changed, 9 insertions(+), 37 deletions(-) diff --git a/docs/chess/_index.md b/docs/chess/_index.md index 8062d37..ecaccf9 100644 --- a/docs/chess/_index.md +++ b/docs/chess/_index.md @@ -1,5 +1,5 @@ --- -weight = 9000 +weight: 9000 --- # Chess diff --git a/docs/electronics/_index.md b/docs/electronics/_index.md index e412b46..ba18f80 100644 --- a/docs/electronics/_index.md +++ b/docs/electronics/_index.md @@ -1,5 +1,5 @@ --- -weight = 3100 +weight: 3100 --- # Electronics diff --git a/docs/finances/_index.md b/docs/finances/_index.md index c5d22e2..3175039 100644 --- a/docs/finances/_index.md +++ b/docs/finances/_index.md @@ -1,5 +1,5 @@ --- -weight = 1100 +weight: 1100 --- # Finannces diff --git a/docs/home-network/_index.md b/docs/home-network/_index.md index 223ab9a..2e6a55e 100644 --- a/docs/home-network/_index.md +++ b/docs/home-network/_index.md @@ -1,33 +1,5 @@ --- -weight = 3000 +weight: 3000 --- # Home network - -## Self-hosted services - -### Implemented - -- NGINX reverse proxy -- Pi-hole DNS server -- Jellyfin media server -- Hugo notes website - - Lacks proper auth (currently using Basic) - -### Planned - -System administration: - -- Vouch SSO proxy [[Github](https://github.com/vouch/vouch-proxy)] - - Provide identity management for multiple apps running on the server. -- Authentik identity provider [[Github](https://github.com/goauthentik/authentik)] - - IdP for Vouch. -- Grafana Metrics and Monitoring [[Github](https://github.com/grafana/grafana)] - - Observability. -- Laravel notes website - - Markdown files as content. - - See [Aaron Francis's blog](https://aaronfrancis.com/2021/blogging-with-markdown-in-laravel-1d45f4fa). - -Services: - -- Bitwarden secrets vault [[Github](https://github.com/bitwarden/server)] diff --git a/docs/household/_index.md b/docs/household/_index.md index 7336705..f4b2c32 100644 --- a/docs/household/_index.md +++ b/docs/household/_index.md @@ -1,5 +1,5 @@ --- -weight = 1200 +weight: 1200 --- # Household diff --git a/docs/latin/_index.md b/docs/latin/_index.md index 1ca47f1..492a8a8 100644 --- a/docs/latin/_index.md +++ b/docs/latin/_index.md @@ -1,5 +1,5 @@ --- -weight = 8000 +weight: 8000 --- # Latin diff --git a/docs/parenting/_index.md b/docs/parenting/_index.md index 9f98d35..89da4a1 100644 --- a/docs/parenting/_index.md +++ b/docs/parenting/_index.md @@ -1,5 +1,5 @@ --- -weight = 6000 +weight: 6000 --- # Parenting diff --git a/docs/seasonal-events/_index.md b/docs/seasonal-events/_index.md index caacf10..f6f6313 100644 --- a/docs/seasonal-events/_index.md +++ b/docs/seasonal-events/_index.md @@ -1,5 +1,5 @@ --- -weight = 6100 +weight: 6100 --- # Seasonal events diff --git a/docs/self-care/_index.md b/docs/self-care/_index.md index fc0733d..1f2c921 100644 --- a/docs/self-care/_index.md +++ b/docs/self-care/_index.md @@ -1,5 +1,5 @@ --- -weight = 1000 +weight: 1000 --- # Self-care