Commit Graph

18 Commits

Author SHA1 Message Date
bbaovanc 6251b033d5 Move article.page wrapping to summary.html instead of at list template
I am trying to make various templates and partials act more like
self-contained components.

This is in preparation for #113.
2025-09-01 00:50:54 -05:00
bbaovanc c7c1ee0f0a Put title on series page in div.page-title like other taxonomy pages
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.
2025-08-25 13:44:08 -05:00
bbaovanc 310961215e Rename list.html to taxonomy.html in authors and series
Matches the changes made in Hugo 0.146.0
2025-08-24 02:57:33 -05:00
bbaovanc 52a6440011 Remove heading-link class
It was used to make both website title and page titles in summaries not
have link color. Instead, just directly configure those elements.
2025-08-08 01:41:38 -05:00
bbaovanc 5d335647d0 Remove description-or-summary partial and just use .Summary
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).
2025-08-07 02:17:24 -05:00
bbaovanc 7bc8a4cb57 Clean up CSS
- 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
2023-03-24 08:49:02 -05:00
bbaovanc d34b2a56d7 Remove series position indicator -- racy and buggy 2023-03-18 21:11:07 -05:00
bbaovanc 6f140f096b Organize summary template files
Also a small CSS patch to fix margin around post-title
2023-02-28 18:24:19 -06:00
bbaovanc 3fae019148 Finish support for list page subtitle
Fixes #27 (as long as I didn't miss anything)
2023-01-22 16:43:09 -06:00
bbaovanc a65a435b1d Replace <li> in page lists with semantic HTML <article> 2022-05-21 23:20:22 -05:00
bbaovanc 805dc65ccb Split duplicated .page-list div into separate partial 2022-05-06 21:14:42 -05:00
bbaovanc 0888356292 Show full content on tag term page 2022-05-06 19:44:27 -05:00
bbaovanc 6bedf987d6 Don't put the no_posts message inside a <ul> 2021-11-25 23:34:56 -06:00
bbaovanc e982824031 Show post count in series metadata 2021-11-23 13:58:48 -06:00
bbaovanc 55bbfa90e4 Show page position in series on series taxonomy pages
Fix #40
2021-11-23 13:14:44 -06:00
bbaovanc f77c61b561 Clean up directory structure of partials and .Render templates 2021-11-22 01:57:35 -06:00
bbaovanc 8067173f0c Revamp authors taxonomy
Fixes #43
2021-11-22 01:36:38 -06:00
bbaovanc f77efb1843 Redo taxonomy template structure 2021-11-21 19:43:56 -06:00