We've pushed a new site (changed from Jekyll to Hugo), and it seems the RSS isn't picked up.

This is the RSS: https://www.gizra.com/rss-drupal.xml
And it passes validation: https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fwww.gizra.com%...
Here's the post I expected to be picked up: https://www.gizra.com/content/form-modes-wizard-drupal-8/

I'd be happy if someone could guide me on what could be the problem

Comments

amitaibu created an issue. See original summary.

avpaderno’s picture

I tried removing the feed and re-adding it (https://www.drupal.org/aggregator/sources/552), but Planet Drupal still doesn't catch any recent article, even though the feed does have recent articles.

amitaibu’s picture

Status: Active » Closed (works as designed)
StatusFileSize
new158.36 KB
new56.15 KB

Thank you @kiamlaluno for checking this. I've tried on a clean d7 installation and I believe I see the problem in the RSS. THere are posts appearing with an invalid timestamp, causing an SQL error when trying to insert.

Therefor I'll close this issue, and fix the RSS. Sorry for the noise.

avpaderno’s picture

Status: Closed (works as designed) » Fixed

I can confirm https://www.gizra.com/content/form-modes-wizard-drupal-8/ is now included in Planet Drupal.
I am changing the status to Fixed, as this is a support request.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

ressa’s picture

Hello blogger, I am a Planet Drupal reader and have noticed that many posts on https://www.drupal.org/planet don't include an image, because relative image paths are used in the feed, and not absolute paths.

I just want to highlight this recommendation from https://www.drupal.org/drupalorg/docs/content/planet-drupal to make sure we get more images on Planet Drupal:

It is strongly recommended that you avoid relative URLs to images in your posts. They won't display for people reading your post on drupal.org and is generally discouraged.

Have a nice day!