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

[docs] Add RSS feed.xml for blog posts #49

Merged
merged 3 commits into from
Jun 3, 2013
Merged

Conversation

paulshen
Copy link
Contributor

@paulshen paulshen commented Jun 3, 2013

uses feed.xml from https://github.com/snaptortoise/jekyll-rss-feeds
(slightly modified for site.url + site.baseurl)

uses `feed.xml` from https://github.com/snaptortoise/jekyll-rss-feeds
(slightly modified for `site.url` + `site.baseurl`)
<item>
<title>{{ post.title }}</title>
<description>{{ post.content | xml_escape }}</description>
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have {{ post.date | date_to_xmlschema }} in my site - I think jekyll ships that formatter for us.

zpao added a commit that referenced this pull request Jun 3, 2013
[docs] Add RSS feed.xml for blog posts
@zpao zpao merged commit 4081678 into facebook:master Jun 3, 2013
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.

2 participants