Landing amber refresh + logo, README header, .npmrc, release paths-ignore#23
Merged
Conversation
…c; exempt non-package changes from release - Landing: replace the terra-cotta accent with a soft violet accent (Tailwind violet-500/600/400), and make the logo mark genuinely multi-pastel (teal/amber/rose lanes fanning from a violet node) — reinforcing the 'many parallel' idea and distinct from the ccal look. Favicon updated to match. - Add repo-root .npmrc (registry=https://registry.npmjs.org/) so installs and the lockfile stay on public npm regardless of a global corp mirror. - release.yml: add paths-ignore so landing/docs/tooling/markdown-only merges to main deploy the site without forcing an npm release; update README's release contract to match.
- Switch the UI accent from violet to amber/gold (Tailwind amber-600/700 light, amber-400/300 dark); primary button is amber with white text. Logo stays multi-pastel (unchanged). - README: add a centered header like the ccal layout — logo mark, title, tagline, and npm/license/node/docs badges above a rule. - Add assets/logo.svg (multi-pastel mark) and exempt assets/** from the release trigger.
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.
Amber/gold accent (Tailwind amber) with the multi-pastel logo and a white-text CTA; README gets a centered header (logo + title + tagline + npm/license/node/docs badges); repo-root
.npmrcpins the public npm registry; andrelease.ymlgains apaths-ignoreso landing/docs/tooling/asset changes ship to main and redeploy the site without forcing an npm release.