Stabilize the news page by removing the LinkedIn widget dependency#178
Draft
Stabilize the news page by removing the LinkedIn widget dependency#178
Conversation
Co-authored-by: bernalde <8647329+bernalde@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix rendering issues with updated LinkedIn news
Stabilize the news page by removing the LinkedIn widget dependency
Mar 9, 2026
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.
PR Summary
The news page was depending on an external LinkedIn widget that no longer rendered reliably, leaving the page stale and visually broken. This change makes the site-owned Jekyll news archive the primary source of truth and documents the maintenance path for future updates.
Motivation:
3-news.htmlMain changes:
3-news.mdREADME.mdguidance for publishing news through_posts/with WebP assetsRelated issues (if any):
3-news.htmlPreview Artifact
This PR triggers the
Preview Buildworkflow.Download the
preview-siteartifact from the workflow run to inspect the generated site.To view locally: Extract the artifact and serve it with a local web server:
Then browse to
http://localhost:8000Note: Opening HTML files directly (
file://) won't work correctly due to absolute paths.Internal and external link check logs are in the
preview-link-check-logsartifact.Link checks are non-blocking; fix issues where practical before merge.
Image & Asset Guidelines
Only WebP images should be referenced in the site; originals (PNG/JPG/etc.) may be stored for provenance.
Always reference the
.webpversion in Markdown/HTML.Originals can live alongside WebP conversions but must NOT be used directly in content.
Prefer descriptive, kebab-case filenames (e.g.,
joao-victor-paim.webp).If adding a new image, convert to WebP first. Example conversion commands:
Run the existing resize helper if appropriate:
(Ensure the script suits the new image before relying on it.)
Checks Before Requesting Review
bundle exec jekyll build).Follow-up / Deployment Notes
_posts/; LinkedIn can remain a distribution channel, but not the rendering source for the page.Screenshots (If UI/Content Changes)
Maintainers: Ensure branch protection requires only CI + Preview jobs, not production Pages deployment for PRs.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
secquoia.github.io/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)widgets.sociablekit.com/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.