Rebuild the GitHub Pages site with lobster.js - #320
Merged
Merged
Conversation
Rebuild the docs site on lobster.js: index.html and privacy_policy.html become thin markdown loaders that select content by the ?lang query param, with content authored in content.md / content.ja.md and privacy_policy.md / privacy_policy.ja.md. Restyle style.css around lobster's lbs-* classes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Replace the standalone Languages section with a "What languages are supported?" FAQ entry, and drop the running-speed, custom-animation, and install FAQ entries already covered by the hero, Custom runners section, and the Microsoft Store badge. Merge the runner-switching detail into the Custom runners section. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Give the privacy policy page its own body class and override the header heading to a smaller, non-italic size instead of inheriting the giant hero title. Also clarify "RunCat" as "RunCat 365" in the policy text. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Replace the old get_it_from_ms.svg with the current English/Japanese download_from_microsoft_store badges, select the badge by language, adjust the height for the new aspect ratio, and remove the unused old asset. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Context of Contribution
Summary of the Proposal
Rebuild the
docs/GitHub Pages site on lobster.js, a CDN-loaded Markdownrenderer with no build step. The HTML files become thin loaders, page content
moves into Markdown, and English/Japanese switching is driven by a
?langquery parameter. A README documents how the site is run.
This is a docs-only change to the published website and does not touch the
application binary. The Microsoft Store API and app dark/light theme checklist
items therefore do not apply; the site itself is a single light design and was
verified to render responsively at desktop and mobile widths.
Reason for the new feature
N/A
Checklist