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

As a reader, I want to subscribe to a customized RSS feed for the journal. #34

Open
thatbudakguy opened this issue Mar 16, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@thatbudakguy
Copy link
Collaborator

dev notes

this covers making adjustments/customizations to the built-in RSS feed.

@thatbudakguy thatbudakguy added the enhancement New feature or request label Mar 16, 2020
@thatbudakguy thatbudakguy modified the milestone: Issue 1 Jun 16, 2020
@gwijthoff
Copy link
Contributor

I was reviewing our RSS feed the other day, because RSS is cool! It looks like @rlskoeser already customized Hugo's built-in RSS template with a function that lists each article's authors in the XML author field.

Beyond that, two things to consider:

  • Do we want to send the articles' ledes / summaries out via RSS, or the full-text of the articles? Currently, an RSS subscriber gets the lede / summary. If we want to change that so they receive the full text, then <description>{{ .Summary | html }}</description> should be replaced with <description>{{- .Content | html -}}</description>.
  • Do we want to highlight the ability to subscribe via RSS somewhere on the About page? We could include nearby a link to this Help! What is a feed? page — I've found it useful and inviting when I've seen it on other sites.

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

No branches or pull requests

2 participants