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:
parent
e4c62f02d3
commit
383234e983
13 changed files with 41 additions and 16 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: "Roguelikes I Like"
|
||||
date: 2022-05-09T08:37:23-07:00
|
||||
description: Some roguelikes I’ve enjoyed recently.
|
||||
draft: false
|
||||
resources:
|
||||
- name: nethack
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "Making an Audio Scope with P5.js"
|
||||
date: 2022-08-18T20:48:37-07:00
|
||||
draft: false
|
||||
description: A writeup of a small JavaScript waveform visualizer I made with P5.js.
|
||||
categories: ["Tech"]
|
||||
tags: ["P5.js", "Programming", "Web", "Art"]
|
||||
resources:
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: "Hugo's Dictionary API"
|
||||
date: 2022-10-13T10:19:02-07:00
|
||||
description: I’ve found Hugo’s API for collections to be difficult to understand. Here’s my attempt to summarize it’s quirks.
|
||||
categories: ["Tech"]
|
||||
tags: ["Hugo", "Web", "API Design"]
|
||||
series: "Erynwells.me Development"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: "Lunar Eclipse 🌝"
|
||||
date: 2022-11-07T08:37:45-08:00
|
||||
description: A quick note about the upcoming lunar eclipse in the morning of 2022-11-08.
|
||||
categories: Space
|
||||
tags: [Moon, Lunar Eclipse]
|
||||
---
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: "My Best Nethack Game (So Far)"
|
||||
date: 2022-11-24T09:13:15-05:00
|
||||
description: A summary of my best-to-date game of Nethack.
|
||||
categories: ["Games"]
|
||||
tags: ["Nethack", "Roguelikes", "Video Games"]
|
||||
resources:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue