Dev/add new projects#10
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR expands the projects section by adding new project entries, enhancing image handling to support dark-mode variants, and integrating projects into the site’s category taxonomy pages.
Changes:
- Add new project content and update featured flags for existing projects.
- Support optional dark-mode images via
dark_image/darkSrcand update project/blog card layouts. - Merge blog + project categories and render mixed results on category detail pages.
Reviewed changes
Copilot reviewed 12 out of 15 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| src/pages/projects/[single].astro | Adds support for dark_image when rendering the main project image and tweaks layout. |
| src/pages/categories/index.astro | Merges categories from blog + projects and updates counts accordingly. |
| src/pages/categories/[category].astro | Renders both blog posts and projects for a category and sorts them by date. |
| src/layouts/components/ProjectCard.astro | Updates card UI and passes dark_image into ImageMod. |
| src/layouts/components/BlogCard.astro | Updates card UI to match ProjectCard styling and link behavior. |
| src/layouts/components/ImageMod.astro | Introduces darkSrc and renders light/dark images based on theme CSS classes. |
| src/content/projects/smallkat-mqp.mdx | Changes featured to false. |
| src/content/projects/ri3d-2018.mdx | Changes featured to false. |
| src/content/projects/prismo.md | Adds a new project entry. |
| src/content/projects/dimensional-variable.md | Adds a new project entry including dark_image. |
| src/content.config.ts | Extends the projects schema with dark_image. |
| netlify.toml | Removes Netlify build configuration. |
Comments suppressed due to low confidence (1)
netlify.toml:1
- This PR is titled around adding projects, but it removes the Netlify build configuration (publish dir, build command, pinned Node version). If the site is still deployed via Netlify, this could change build behavior unexpectedly; consider moving this to a separate PR or replacing it with the new intended deployment configuration (e.g., pnpm command + Node version) in the same change.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
cdbc2a4 to
db53633
Compare
db53633 to
05d27d8
Compare
05d27d8 to
8009724
Compare
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.
Closes #7
Closes #6