-
Notifications
You must be signed in to change notification settings - Fork 51
Resize blog posts images #230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
HaudinFlorence
merged 4 commits into
QuantStack:master
from
HaudinFlorence:resize_blogposts_images
Jun 26, 2025
Merged
Resize blog posts images #230
HaudinFlorence
merged 4 commits into
QuantStack:master
from
HaudinFlorence:resize_blogposts_images
Jun 26, 2025
Conversation
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
941a28b
to
7aff617
Compare
7aff617
to
19369ec
Compare
19369ec
to
ec81e40
Compare
ec81e40
to
58f91b4
Compare
58f91b4
to
0d94a8d
Compare
Do we need to check in the resized images? |
e6ad476
to
5e8608d
Compare
Add the script in the package.json as prestart and prebuild. Update blogpostsDetails.json and BlogpostCard.tsx. Remove unused or obsolote files in src/components/blog. Remove gif files and replace them by png images. Convert svg images to png ones.
Add static/img/blogposts/resized-images to .gitignore.
5e8608d
to
e0cec89
Compare
No. You are right. They have been removed. |
Re add missing image for collaborative GIS blog post. Place the 2 images for the last 2 added blogs at the right place and remove old unnecessary size informations in blogpostsDetails.json.
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.
Add a js script to resize the pictures for the blogposts page at start or build time, to avoid to download full size images.
Add the script in the package.json as prestart and prebuild scripts.
Update blogpostsDetails.json and BlogpostCard.tsx.
Remove obsolete or unused scripts and yml file.
Should fix issue #207.