Skip to content

feat: add feeds for the blog and vulnerabilities #1867

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
merged 3 commits into from
Apr 15, 2025

Conversation

rowanmanning
Copy link
Contributor

@rowanmanning rowanmanning commented Apr 11, 2025

This adds two new feeds to the site: feed.xml includes all blog posts, and vulnerabilities.xml includes all posts tagged with vulnerabilities.

You can validate the feeds via the W3C Feed Validation Service. I also tried subscribing via Feedbin and all the posts appear as expected.

Resolves #1763

@rowanmanning rowanmanning requested review from a team as code owners April 11, 2025 09:57
Copy link

netlify bot commented Apr 11, 2025

Deploy Preview for expressjscom-preview ready!

Name Link
🔨 Latest commit 45fab40
🔍 Latest deploy log https://app.netlify.com/sites/expressjscom-preview/deploys/67fdcca5efc4170008ab4d4c
😎 Deploy Preview https://deploy-preview-1867--expressjscom-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@bjohansebas bjohansebas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, everything looks good, @rowanmanning thanks for working on this.

@rowanmanning rowanmanning requested a review from a team as a code owner April 13, 2025 16:52
Copy link
Member

@wesleytodd wesleytodd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is great! Thanks!

This adds two new feeds to the site: `feed.xml` includes all blog posts,
and `vulnerabilities.xml` includes all posts tagged with
`vulnerabilities`.

Resolves expressjs#1763
Jekyll expects tags to be space-delimited, using commas results in the
tags themselves containing a comma. See docs:
https://jekyllrb.com/docs/posts/#tags

Fixing this allows us to stop working around the trailing commas.
Copy link
Member

@bjohansebas bjohansebas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@bjohansebas bjohansebas merged commit 3b8f190 into expressjs:gh-pages Apr 15, 2025
7 checks passed
@bjohansebas
Copy link
Member

@rowanmanning Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

We should generate a feed.xml
3 participants