feat(website): add Black Myth inspired custom theme - #3636
Closed
SoonIter wants to merge 1 commit into
Closed
Conversation
Contributor
Rsdoctor Bundle Diff AnalysisFound 5 projects in monorepo, 2 projects with changes. 📊 Quick Summary
📋 Detailed Reports (Click to expand)📁 website_htmlPath:
📦 Download Diff Report: website_html Bundle Diff 📁 website_jsPath:
📦 Download Diff Report: website_js Bundle Diff Generated by Rsdoctor GitHub Action |
Deploying rspress-v2 with
|
| Latest commit: |
6526ea0
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1ac4e9cc.rspress-v2.pages.dev |
| Branch Preview URL: | https://codex-create-custom-theme-fo.rspress-v2.pages.dev |
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.
Motivation
Description
website/theme/components/HeroInteractive.tsxusing layered elements (celestial wheel, mountain silhouettes, mist, staff, seal, chapter nodes) and localized labels for a Chinese chapter feel.website/theme/components/HeroInteractive.module.scsscontaining multi-layer gradients, masks, animations, depth shadows and reduced-motion fallbacks.website/theme/index.cssthat supplies light/dark tokens, parchment/ink/cinnabar/gold palette, typography defaults, nav/hero/button styles and site-wide visual extensions (backdrop texture, card borders, headings, blockquotes).prefers-reduced-motionaccessibility handling.Testing
git diff --checkand repository status checks, which passed with a clean index prior to committing the change.prettierduring the workflow; formatting command completed with environment Node/pnpm warnings but no file errors reported.pnpm build:websitebut the build was blocked by pnpm supply-chain verification failing to reach the npm registry in this environment, so a full site build could not be completed.make_prMCP helper but the environment could not complete the helper call due to a missingmcp.server.fastmcpdependency, so the PR was not pushed by the helper (local commit was created:feat(website): add Black Myth inspired custom theme).Codex Task