Skip to content
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

RSS feed issue #109

Closed
chettyarun opened this issue Sep 2, 2023 · 5 comments · Fixed by #114
Closed

RSS feed issue #109

chettyarun opened this issue Sep 2, 2023 · 5 comments · Fixed by #114

Comments

@chettyarun
Copy link

Describe the bug
When viewed in an RSS reader, only the first few lines of the posts are shown. Rest of the content isn't visible (checked with multiple RSS readers. Checked with multiple example sites using this theme)

Steps to reproduce
Steps to reproduce the behavior:

  1. Go to any RSS reader and check the site which is using this theme
  2. Go to any of the posts and see that only first few lines are displayed

Expected behavior
The entire post's content should be visible on the RSS reader

Screenshots
image
The screenshot is from Feedly RSS reader using the theme's demo page as an example. Only the first few lines are shown

@hugo-sid
Copy link
Owner

hugo-sid commented Sep 2, 2023

Thanks for reporting this issue @chettyarun. I will have a look at it.

@chettyarun
Copy link
Author

I tried going through the issue. Couldn't figure out what was wrong. I couldn't find any RSS limits set by default. And, there wasn't any particular setting in the TOML file either.

Anyway I can help close this issue? I also tried adding a new RSS xml file to the layouts folder but that didn't work.

@hugo-sid
Copy link
Owner

hugo-sid commented Sep 9, 2023

Hi @chettyarun, the default RSS template in Hugo produces a description of the article and no the whole article.

Aren't most sites have their RSS configured this way?

@chettyarun
Copy link
Author

Most sites actually pull in the entire article @hugo-sid. I checked with one random hugo theme and found that it also is pulling a description of the article and not the entire article.

But, generally all blogs out there pull the entire article. Anyway you think this can be fixed?

@hugo-sid
Copy link
Owner

hugo-sid commented Sep 16, 2023

@chettyarun, I have added support for putting entire article/post in RSS feed.

You have to set rssFeedDescription parameter in config.toml file.

Please update your Hugo theme to use this feature. Feel free to reopen this issue, in case you encounter something unexpected.

chettyarun added a commit to chettyarun/chettyarun.github.io that referenced this issue Sep 18, 2023
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 a pull request may close this issue.

2 participants