Website#16
Merged
Merged
Conversation
Member
Author
|
NB: Should say sorry - I designed this to be hosted for free with GitHub Pages. The PR includes a GitHub Actions workflow to build + deploy it. The final URL is expected to be https://psy-fer.github.io/rustar-aligner |
- Custom design tokens applied site-wide via Starlight CSS variables. Light mode is bone paper with prussian-blue ink (cyanotype-inverted), dark mode is deep navy with parchment text. Body has a graph-paper grid background. Display headings use Archivo Narrow, body text uses Inter, code uses JetBrains Mono. - New homepage with mascot hero, two benchmark figures, six-feature grid, install snippet with monospace buttons, and a STAR-vs-rustar comparison table. Wiggle dividers between sections animate as a slow water-surface morph via CSS path() keyframes (respects prefers-reduced-motion). - Replaced Starlight's three-option theme dropdown with a minimal sun/moon ThemeToggle component. First load follows OS preference; click flips and persists to localStorage under Starlight's key. - Restored a top border on framed code blocks since the title-bar header is now hidden, using EC's own --ec-brdWd/--ec-brdCol tokens. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The published Astro Starlight site lives in `docs/` while the per-phase development notes (phase13_accuracy.md, phase15_sam_tags.md, phase16_algorithm.md, phase17_features.md, phase16_14_nstart_fix.md, and dev/) now live in `docs-old/`. Update the stale path references in CLAUDE.md, ROADMAP.md, and CONTRIBUTING.md so links resolve. Also added a "Documentation site" section to CONTRIBUTING.md describing the Astro project layout, build commands, and where the design tokens live, and fixed a wrong github org slug on the docs-site contributing page (ewels → Psy-Fer). Co-Authored-By: Claude Opus 4.7 (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.
New website. To try it out:
gh pr checkout 16 cd docs/ npm install npm run devI moved the previous docs into
docs-old, they need cleaning up and porting over into the newdocs/if desired.Same for content - needs review. Some stuff is placeholder, eg. performance docs.