feat(og-images): add dedicated OG images for all main pages#69
Merged
CalvinAllen merged 3 commits intomainfrom Jan 31, 2026
Merged
feat(og-images): add dedicated OG images for all main pages#69CalvinAllen merged 3 commits intomainfrom
CalvinAllen merged 3 commits intomainfrom
Conversation
- Add generate-projects-og.js script to create og-image with category icons - Renders at 1920x1008 and downscales to 1200x630 for crisp icons - Features collage of VS, VS Code, GitHub, NuGet, CLI, and desktop icons - Add npm script: cover:projects-og - Update projects listing page to use custom og-image
Merge generate-projects-og.js into generate-page-og.js to create a single unified script for all page OG images (home, blog, categories, projects). Run with `npm run cover:page-og [page]` or `npm run cover:page-og all` to generate specific or all page images.
- Use distinct colors per page: blue (home), orange (blog), green (categories), purple (projects) - Brighten all color schemes - Anchor URL at bottom of each image - Standardize title font size to 100 across all pages
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
generate-page-og.jsscript to generate all page OG imagesTest plan
npm run cover:page-ogto regenerate all imagesnpm run devand verify OG images display correctly when sharing links