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

Add RSS feed for Markdown blog posts #413

Merged
merged 40 commits into from
May 19, 2022
Merged

Add RSS feed for Markdown blog posts #413

merged 40 commits into from
May 19, 2022

Conversation

caendesilva
Copy link
Member

RSS feed generation

When enabled, an RSS feed with your Markdown blog posts will be generated when you compile your static site.
Note that this requires that a site_url is set!

'generateRssFeed' => true, // Default is true

You can customize the output filename using the following:

'rssFilename' => 'feed.xml', // Default is feed.rss

You can set the RSS channel description using the following:

'rssDescription' => 'A collection of articles and tutorials from my blog', // Example

If an rssDescription is not set one is created by appending "RSS Feed" to your site name.

caendesilva and others added 30 commits May 18, 2022 20:24
Currently only the required properties are implemented
While this does not conform to the official spec (that requires an email) I think it is acceptable
Use the Creator property from Dublin Core Metadata Initiative instead of the author property requiring an email.
@caendesilva caendesilva linked an issue May 19, 2022 that may be closed by this pull request
2 tasks
@caendesilva caendesilva merged commit 11fe780 into master May 19, 2022
@caendesilva caendesilva deleted the add-rss-feed branch May 19, 2022 09:52
@caendesilva caendesilva mentioned this pull request May 19, 2022
2 tasks
caendesilva pushed a commit that referenced this pull request Aug 11, 2022
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.

Add sitemap and/or RSS feed
2 participants