4 Commits

Author SHA1 Message Date
4de1553c21 Replace the grey theme with a green-slate light/dark pair
All checks were successful
Build and deploy static pages / build-and-push (push) Successful in 13s
PaperMod ships grey on grey, which read as flat and dim on pages that are
mostly tables. Both schemes are now redefinitions of PaperMod's own
variables, so the theme picks them up without further overrides, plus
--accent, --warm and --wash for the placements below. Every text pair
clears WCAG AA.

Venue tables drop the full 1px grid for horizontal rules, a tinted header
and an accent row hover; domain and tag code spans become chips. Warm
marks the one cell worth finding first in a headered table — the ICORE
rank, the SCImago quartile, the still-open cycle — and detail-page fact
tables are excluded, since bold there is a row label, not emphasis.

The FullCalendar variable mapping was dark-only, leaving light mode on
the library's stock chrome; it now maps once through theme variables and
covers both. Event colours were saturated with white text on top, so they
become five pale chips carrying explicit dark ink, legible on either
theme.

Ranks were also emitting '**A***', which closes the emphasis on the
second star and leaves the third loose — visible once ranks had their own
colour.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-17 20:28:35 +02:00
69b2c06b28 Show topics on the home page, name the current one in the header
All checks were successful
Build and deploy static pages / build-and-push (push) Successful in 13s
The home page fell back to PaperMod's recursive page list, which dumped
digest pages instead of the research topics they belong to. Add a home
layout that renders one card per entry in data/topics.yaml, with venue
counts, the nearest upcoming deadline, and section shortcuts.

With the topics listed there, drop the topic menu from the header and
show the current topic beside the site title instead, so the selected
research area is visible from every page. The breadcrumbs then repeated
that prefix, so override the partial to start below the topic section.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-17 20:11:50 +02:00
7e26bc0613 Keep the special issues section visible, space the digests intro
All checks were successful
Build and deploy static pages / build-and-push (push) Successful in 13s
Two small presentation fixes.

The calendar page dropped its "Journal Special Issues" heading entirely when
no entry existed, which is the state since f132f6b removed the two unverified
CFPs. With only the conference table left, the page read as if journals
weren't tracked at all rather than as having no open call. The heading now
always renders, carrying a line that says so and why: these journals use
rolling submission, so special issue CFPs are their only dated deadlines.

In the digests list the intro paragraph sat flush against the first card.
PaperMod gives .post-entry a bottom margin only, and .md-content zeroes its
last child's, so nothing supplied the gap — the theme never hits this because
its own .md-content usage sits inside a .post-entry. Added a page-intro class
with a bottom margin matching the card-to-card gap, in the extended stylesheet
rather than the submodule.

Hugo isn't installed here, so the digests spacing is reasoned from the theme
CSS rather than rendered.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-17 20:04:19 +02:00
khannurien
979e3c0fe6 Move theme CSS overrides out of the PaperMod submodule
The shorter .first-entry hero block was edited directly in
site/themes/PaperMod. The parent repo only records a submodule's commit
SHA, so those edits were never committed, and CI checks the submodule out
fresh with submodules: recursive — the deployed site rendered with
upstream's 320px/260px values.

Relocate them to site/assets/css/extended/custom.css, which PaperMod's
head.html concatenates after its core CSS, and restore the submodule to a
clean checkout of the pinned upstream commit.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-17 16:38:50 +00:00