Address all warnings during the Hugo build

- Add descriptions for pages that have too much content
- Add an image orientation override param so that I can specify orientation when it's missing from EXIF
- Move the author.name and author.email configurations to params; delete author.yaml
This commit is contained in:
Eryn Wells 2023-12-18 11:22:14 -08:00
parent e4c62f02d3
commit 383234e983
13 changed files with 41 additions and 16 deletions

View file

@ -1,7 +1,7 @@
---
title: "Booting a Raspberry Pi Over TFTP"
date: 2020-10-13T08:31:52-07:00
draft: false
description: A writeup of how I set up a Raspberry Pi to boot over TFTP to facilitate an operating system development project.
series: ["Raspberry Pi OS Development"]
categories: ["Tech"]
tags: ["Raspberry Pi", "Networking"]