- Use namespaced class names to prevent accidental name collisions in
the future
- Clean up whatever the hell I was doing with the flex config on the
outer series list. I have no clue why it's set up as a wrapping row,
or what the border radius is for. It seems to look the same if I just
make it a page-list that gets its gap overridden.
- Remove page.series wrapper around the summary card render which was
accidentally left in after 8eb343132c6b57f692f87a72a5aca1bc9c563d1b.
This must've gotten out of sync somehow throughout the history. It
slightly changes the margins by disabling the default one on h1, which
is slightly larger than the breadcrumb nav margin-block's.
I think this may have changed in Hugo's history, but now description and
summary are considered different things. The description is what goes in
metadata (and what search engines see), while the summary is the blurb
about the article that should be displayed when rendering a summary
(what I should've been using always here).
- Add vim folds to make organized sections
- Rename a lot of classes from post- to page-
- Generalize series CSS classes better
- Clean up navbar div structure
- Remove langpicker and most of multilingual support
- many other minor tweaks