blog: Kimi K3 is now on Token Station (en/zh/ja/ko) - #24
Closed
alabulei1 wants to merge 2 commits into
Closed
Conversation
WritingLayout checks which translations of a slug actually exist before emitting the language redirect, hreflang alternates, and language selector. An English-only draft no longer bounces zh/ja/ko visitors to a 404. Fully translated posts are unaffected. Also emit og:image and twitter:image (summary_large_image) from the frontmatter cover, so social shares show the cover. Articles without a cover emit no image tags. Co-Authored-By: Claude <noreply@anthropic.com>
New four-language article. Kimi K3: 2.8T/104B open model, 1M context, native vision, Moonshot KDA architecture. Covers the SWE-Marathon win (42.0 vs Fable 5 35.0 and GPT-5.6 Sol 39.0), $3/$15 pricing with $0.30 cached input, and Claude Code + Codex routing setups. Adds a generated cover and sitemap entries. Route name kimi/kimi-k3 confirmed against Token Station. Co-Authored-By: Claude <noreply@anthropic.com>
Member
Author
|
Closing — this duplicates #23 (kimi-k3-token-station already shipped in 4 languages). My local main was 7 commits behind origin/main when I started, so I missed the existing article. The two WritingLayout fixes bundled here (i18n redirect gating + og:image from cover) weren't picked up; happy to open those as a separate small PR if wanted. |
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.
What
Publishes a new four-language Writings article announcing Kimi K3 on Token Station, plus two small
WritingLayoutfixes found while authoring it.The article
src/content/writings/{en,zh,ja,ko}/kimi-k3-token-station.mdkimi-k3-token-station; routekimi/kimi-k3(confirmed against Token Station)blog/kimi-k3-token-station-cover.png, source inblog/asset-sources/)sitemap.xml: 4 entries (en 0.7, translations 0.6)Layout changes (
src/layouts/WritingLayout.astro)Both backward-compatible; fully-translated posts render identically to before.
<select>are emitted only for languages the slug actually exists in (viagetCollection). Previously every article redirected unconditionally, so an English-only draft bounced zh/ja/ko-locale visitors to a 404-zh.html. Hit directly while previewing this article.og:image/twitter:imageemitted from the frontmattercover(absolutehttps://bytefuture.ai/...URL,summary_large_imagecard). Articles without a cover emit no image tags, as before. Fills a pre-existing site-wide gap (no article hadog:image).Verified
npm run build: 37 pages, all 4kimi-k3pages emit, no errorsscrollWidth == 375(both tables scroll inside their box)og:imageresolves to the cover URL; cover-less articles omit itNotes
.gitignore(adds.gstack/) is intentionally not included; unrelated local-tooling change.kimi.com/resources/kimi-k3-pricing(Token Station adds no markup).🤖 Generated with Claude Code