Skip to content

Rss feed #105

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 7 commits into from
Dec 24, 2024
Merged

Rss feed #105

merged 7 commits into from
Dec 24, 2024

Conversation

stumbo
Copy link
Owner

@stumbo stumbo commented Dec 24, 2024

Add RSS Feed support to Interlisp.org

Three sections are set to enable rss feeds, history, project, software. This PR serves as a Proof of Concept to validate the functionality.

To create the RSS feed, the Hugo default rss.xml required modification. The modified version resides in layouts/_default/rss.xml.

The default rss feed consists of just the pages within a Hugo site. In general, this would represent blog pages. However, since we want our feed to represent the contents of the website, we need to include both pages and sections. The update rss.xml creates a range of pages, $pages that includes both. The rss feed is generated by iterating through this list.

This example does nothing to set edit dates on pages, at present they all are set to the default time. We can modify this if we decide to go forward.

hjellinek and others added 7 commits December 7, 2024 10:18
…ue_1887

Removed Twitter, added Mastodon and Bluesky.
Add a news entry that links to the recording of Larry Masinter's guest appearance at the Lispy Gopher Climate show at aNONradio on Dec 18, 2024.

Signed-off-by: Paolo Amoroso <info@paoloamoroso.com>
navbar.html by defalut puts the title on every page.  This update
modifies it to not put the title on the home page.  The title
already is a central part of the text within the page and having
it on the home page is redundant.

Defining the title in the config comes in useful for other Hugo
templates that want to use the title of the website.
RSS Feed generates feed containing all subpages from these
sections.
@stumbo stumbo merged commit e77d499 into main Dec 24, 2024
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.

3 participants