fix(theme): show Fuwari Light in gallery - #513
Draft
cursor[bot] wants to merge 1 commit into
Draft
Conversation
Co-authored-by: AbnerLee <abnerlee@users.noreply.github.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.
Summary
Fuwari Light now appears in the themes gallery with its thumbnail instead of being omitted from the homepage. The theme post uses the existing theme metadata contract, and the uploaded preview image now lives at the path the gallery template renders.
Verification
_posts/theme/2026-06-24-fuwari-light.mdhaslayout: theme,category: theme,thumbnail: fuwari-light.png, and thatmedia/thumbnails/fuwari-light.pngis a valid 250x200 PNG.bundle exec jekyll buildcould not run in this container because Ruby/Bundler are not installed.Post-Deploy Monitoring & Validation
After merge, wait for the GitHub Pages deployment, then re-check https://theme.typora.io/ for the Fuwari Light gallery card and confirm its thumbnail loads from
/media/thumbnails/fuwari-light.png. Failure signal: the theme is still absent or the image 404s; mitigation is to inspect the Pages build output and the rendered gallery HTML for the post category and thumbnail path.