gayanvirajith / harmony

A responsive Jekyll theme.
http://gayan.me/harmony
Other
224 stars 204 forks source link

How to add rss feed to template? #6

Open adomingues opened 9 years ago

adomingues commented 9 years ago

This a bit silly, but being new to Jekyll I could not find how to mofify your theme (great one btw) in order to add a link for the RSS feed. _config.yml was changed to include information regarding the blog, but I now I don't know here and what to add so that there is a link to the rss feed in every post, or at least in the home page.

could you help me with this? Cheers.

gayanvirajith commented 9 years ago

Hello,

Thanks for trying out harmony. I am sorry, did you mean harmony/feed.xml?

If so I will try to explain how to add rss feed link to your footer links.

  1. Open _includes/footer-links.html file. There you would see couple of links to About, Blog Help / FAQ pages. (will add rss link here.)
  2. Add another <li> tag with rss link as follow: `
  3. RSS
  4. `

Hope this would solve your problem. Please let me know if you need further help.

Thanks

adomingues commented 9 years ago

Hi,

Yes, I was talking about harmony/feed.xml.

It worked like a charm. It is appearing in the pages I tested, and I was able to add it to feedly (as a test).

Thank you!