mirror of
https://github.com/ahoneybun/ahoneybun.net.git
synced 2025-05-12 11:14:01 -06:00
finish move to new theme for now
This commit is contained in:
parent
6888f1129d
commit
d6ceb3ae4c
7 changed files with 82 additions and 13 deletions
8
content/devices/_index.md
Normal file
8
content/devices/_index.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
+++
|
||||
title = "My Devices"
|
||||
description = "My devices page."
|
||||
template = "devices.html"
|
||||
|
||||
[extra]
|
||||
lang = 'en'
|
||||
+++
|
7
content/devices/data.toml
Normal file
7
content/devices/data.toml
Normal 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" }
|
||||
]
|
|
@ -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" }
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue