jekyll / jekyll-feed

:memo: A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts
MIT License
826 stars 201 forks source link

Update the Custom Styling Documentation #323

Closed capjamesg closed 3 years ago

capjamesg commented 3 years ago

Note: This is a proposed reopening of Issue #224

README.md is currently unclear on how to style a feed.

"Simply add an XSLT at /feed.xslt.xml and Jekyll Feed will link to the stylesheet."

Does this mean that I should access my feed at /feed.xslt.xml? I cannot see a document at this endpoint. Do I need to add a configuration variable to my _config.yml file?