Moves 30 commits forward from f207ce6 (v8.0-109 → v8.0-139). The notable
one is 87de3fb, which migrates the theme to the template system introduced
in Hugo v0.146: layouts/partials → layouts/_partials, layouts/_default/*
→ layouts/*, shortcodes → _shortcodes.
Our four overrides still resolve from the legacy paths, which Hugo keeps
supporting, so they are left where they are. Verified against a subpath
build that the header menu, the render-link hook, both custom layouts, the
extend_head calendar CSS and the extended stylesheet all still apply.
theme.toml now declares min_version 0.146.0; CI pins 0.165.0.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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>
Hugo/PaperMod static site tracking 13 conferences and 7 journals for
edge and cloud systems research. Includes FullCalendar deadline view,
ICORE/SCImago rankings, DBLP paper digest pipeline, and Python
fetch/generate scripts. PaperMod added as a git submodule.