Commit Graph

7 Commits

Author SHA1 Message Date
khannurien
7b7eb88d5b updated README
All checks were successful
Build and deploy static pages / build-and-push (push) Successful in 12s
2026-08-17 16:50:16 +00:00
khannurien
30e7430820 Update PaperMod submodule to d376885
All checks were successful
Build and deploy static pages / build-and-push (push) Successful in 13s
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>
2026-08-17 16:41:48 +00: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
khannurien
8cf807df31 fixed wrong generated URLs
All checks were successful
Build and deploy static pages / build-and-push (push) Successful in 14s
2026-08-17 16:34:52 +00:00
d822cdaa6a multi-topic, publish from gh-pages branch
All checks were successful
Build and deploy static pages / build-and-push (push) Successful in 19s
2026-08-17 18:10:49 +02:00
khannurien
1a9f822b56 content updates, various fixes 2026-04-26 12:57:40 +00:00
khannurien
8484abea47 Initial commit
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.
2026-04-24 11:52:33 +00:00