diff --git a/content/projects/basementhud/_index.md b/content/projects/basementhud/_index.md new file mode 100644 index 0000000..8f7042f --- /dev/null +++ b/content/projects/basementhud/_index.md @@ -0,0 +1,28 @@ ++++ +title = "Basement HUD" +page_template = "project-page.html" +description = "Wall-mounted dual-monitor heads-up display powered by a network-booted Raspberry Pi CM 4" + +[extra] +image = "projects/basementhud/hud-photo01.jpg" ++++ + + +{{ resize_image( + path="projects/basementhud/hud-photo01.jpg", + width=400, + height=0, + op="fit_width", + alt="A photo of two monitors mounted on the wall", + title="The HUD on the Wall!" + link="hud-photo01.jpg" + style="float: right; padding-left: 1em" +) }} There are several things I want to keep an eye on throughout the day. I +have a couple of Grafana dashboards that I like to have open all the time, but +that just seems like a waste of screen real estate! + +Since they basically give away 1080p monitors at Microcenter, I decided it would +be fun and interesting to hang a couple of them on the wall. That way, I can +see my dashboards all the time, without taking away one of my desktop monitors. + +
diff --git a/content/projects/basementhud/hardware.md b/content/projects/basementhud/hardware.md new file mode 100644 index 0000000..37d272c --- /dev/null +++ b/content/projects/basementhud/hardware.md @@ -0,0 +1,3 @@ ++++ +title = "Hardware" ++++ diff --git a/content/projects/basementhud/hud-photo01.jpg b/content/projects/basementhud/hud-photo01.jpg new file mode 100644 index 0000000..3b250c6 Binary files /dev/null and b/content/projects/basementhud/hud-photo01.jpg differ