Restyle site to the Academic Journal theme - #55
Merged
Merged
Conversation
Port the visual language of wenhaochai.com (warm paper, oxblood accent, hairline rules, self-hosted Newsreader / Inter Tight / JetBrains Mono) to the whole site. The blog index follows blogs.html (page hero + horizontal post rows); article pages follow the report layout of blogs/loopdit.html (crumb, date eyebrow, title, standfirst, byline, sticky Contents column, single body column). The home, paper, join, 404 and archive pages get the same shell. Content is unchanged: every _posts/*.md is untouched, and the body container keeps the <d-article> element so per-post `_styles` still apply. The al-folio SCSS, Bootstrap/MDB/jQuery/FontAwesome and the distill.js bundle are removed; a small site.js handles the mobile nav, the T-key colour theme, the Contents scrollspy, and shims for <d-math>, <d-cite> and <d-footnote> without template.v2.js. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
github-actions Bot
added a commit
that referenced
this pull request
Sep 11, 2026
Restyle site to the Academic Journal theme [ci skip]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Restyles the whole site to the visual language of wenhaochai.com: warm paper, oxblood accent, hairline rules, self-hosted Newsreader / Inter Tight / JetBrains Mono, with an OS-following midnight theme (T toggles it).
blogs.html: page hero + horizontal post rows (thumbnail, mono meta, serif title, description, links).blogs/loopdit.html: crumb, date eyebrow, title, standfirst, byline, sticky Contents column with scrollspy, single body column.assets/js/site.jsreplaces them (mobile nav, theme key, contents scrollspy, and shims so<d-math>,<d-cite>,<d-footnote>still render withouttemplate.v2.js).Content is unchanged
_posts/is touched. The body container keeps the<d-article>element so every post's own_stylesblock still applies.Verification
JEKYLL_ENV=productionbuild withjekyll-minifier: the minified CSS keepscolor-mix,@supports,clamp(), the midnight theme and the article grid intact.$$and<d-math>render; no console errors.Note:
filter-fileswill fail on this PR by design (it only admits post submissions); it has been cancelled on every recent non-post PR as well.🤖 Generated with Claude Code