finish move to new theme for now

This commit is contained in:
Aaron Honeycutt 2024-11-22 13:01:25 -07:00
parent 6888f1129d
commit d6ceb3ae4c
7 changed files with 82 additions and 13 deletions

View file

@ -0,0 +1,8 @@
+++
title = "My Devices"
description = "My devices page."
template = "devices.html"
[extra]
lang = 'en'
+++

View file

@ -0,0 +1,7 @@
[[device]]
name = "Shepard"
desc = "Main Workstation at Home"
tags = [ "shepard", "workstation", "desktop" ]
links = [
{ name = "Status", url = "https://status.ahoneybun.net" }
]

View file

@ -1,8 +1,7 @@
[[project]]
name = "NixOS configs that run my life!"
desc = "my own nix configs"
tags = ["nix", "nixos" ]
name = "My Homelab"
desc = "Homelab Status page"
tags = [ "nixos", "homelab" ]
links = [
{ name = "Gitlab", url = "https://gitlab.com/ahoneybun/nix-configs/" }
{ name = "Status", url = "https://status.ahoneybun.net" }
]