A Hugo theme for Erynwells.me that incorporates some terminal aesthetics
Find a file
Eryn Wells efae2acdea Simplify figure styles and markup
Remove the .figure__container element. According to Tess, putting a <figcaption>
inside a child of a <figure> "doesn't obey the content model" or some shit.
Fiiiiine.

Getting small figures to lay out the way I want them to without the container
was a bit of a trick. Instead of letting the figure span the entire width of the
grid column, let it fit the size of its contents, and then set margin-inline to
auto so it centers.

Doing this also allowed me to remove the .figure--image, etc styles because the
styles and markup are a lot more similar among figures containing different
kinds of elements. Nice!
2024-11-25 15:48:04 -08:00
assets Simplify figure styles and markup 2024-11-25 15:48:04 -08:00
i18n Refactor all the figures 2024-11-25 09:51:32 -08:00
layouts Simplify figure styles and markup 2024-11-25 15:48:04 -08:00
go.mod Meta: Update module identifier to point to github.com 2024-08-07 08:30:33 -10:00
hugo.yaml Meta: Add baseURL to hugo config 2024-08-07 08:36:49 -10:00
LICENSE Add BSD LICENSE file 2024-06-06 14:50:41 -07:00
README.md Update the README 2024-08-06 08:24:59 -10:00
theme.yaml Meta: Update theme metadata 2024-08-07 08:34:11 -10:00

Termlite

A Hugo theme that incorporates some terminal aesthetics in its design.

Features

Installation

Configuration