Add a blog and a canonical resources page to t27.ai - #638
Merged
Conversation
Six files on top of the real main. The earlier attempt (#637) was branched from a stale local HEAD and swept 112 unrelated files -- QueenUI, crates, docs -- into a PR titled "add a blog". This replaces it. - apps/website/src/pages/Blog.tsx — index + article, with the "not proven / still open" block rendered BEFORE the body rather than as a footnote - apps/website/src/data/blog/posts.ts — first post: gigabit Ethernet on Artix-7 with no vendor toolchain, published - apps/website/src/pages/Resources.tsx, src/data/resources.ts — the declared source of truth for every DOI, arXiv ID, upstream PR, channel and identity, each row carrying its own verified date and a live/broken/unverified status - src/main.tsx — three routes - .gitignore — drop the bare `website/` rule: it matched apps/website at any depth and silently excluded every NEW file in the site source while already-tracked files kept working, which is why this directory looked fine for months Шесть файлов поверх настоящего main. Предыдущая попытка ветвилась от устаревшего локального HEAD и утащила в PR 112 посторонних файлов. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
github-actions Bot
added a commit
that referenced
this pull request
Aug 9, 2026
feat(website): add a blog and a canonical resources page (#638) Six files on top of the real main. The earlier attempt (#637) was branched from a stale local HEAD and swept 112 unrelated files -- QueenUI, crates, docs -- into a PR titled "add a blog". This replaces it. - apps/website/src/pages/Blog.tsx — index + article, with the "not proven / still open" block rendered BEFORE the body rather than as a footnote - apps/website/src/data/blog/posts.ts — first post: gigabit Ethernet on Artix-7 with no vendor toolchain, published - apps/website/src/pages/Resources.tsx, src/data/resources.ts — the declared source of truth for every DOI, arXiv ID, upstream PR, channel and identity, each row carrying its own verified date and a live/broken/unverified status - src/main.tsx — three routes - .gitignore — drop the bare `website/` rule: it matched apps/website at any depth and silently excluded every NEW file in the site source while already-tracked files kept working, which is why this directory looked fine for months Шесть файлов поверх настоящего main. Предыдущая попытка ветвилась от устаревшего локального HEAD и утащила в PR 112 посторонних файлов. Co-authored-by: Dmitrii Vasilev <admin@t27.ai> Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
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.
Six files. Replaces #637, which was branched from a stale local HEAD and carried 112
unrelated files into a PR titled "add a blog".
What this adds
/#/blog— index and article pages. The "not proven / still open" block rendersbefore the body, not as a footnote, because a post without one is marketing.
resolves to something a reader can open — six upstream PRs, issues fix(codegen): VIBEE emits undefined Field type - breaks 2 specs #114 and Phase 6: Permissions + Checkpoints for tri-api #65,
arXiv:1903.10407.
/#/resources— the declared source of truth for every DOI, arXiv ID, upstream PR,channel and identity. Each row carries its own
verifieddate and alive/broken/unverifiedstatus, and the known-discrepancy list renders first..gitignore— drops a barewebsite/rule.The gitignore line is the load-bearing part
website/matchedapps/websiteat any depth. Already-tracked files kept working, sonothing looked wrong — but every new file in the site source was silently excluded.
122 of 126
srcfiles were tracked; the four that were not were exactly the ones beingadded. Build output is already handled by
apps/website/.gitignore.Honesty notes carried in the post itself
frame-length law, so it cannot then corroborate that law. An independent measurement near
50 ps would falsify the explanation.
Verified
tsc --noEmitclean on all six files,vite buildpasses, and both routes render undervite preview— index lists the post, the article shows its tables, theorems and ninereceipts.
🤖 Generated with Claude Code