Stylesheets

The stylesheets key allows you to add CSS or XSLT stylesheets to your RSS feed, improving its appearance in web browsers.

Configuration

You can add multiple stylesheets to your configuration:

stylesheets:
  - href: "/path/to/style.xls"
    media: "all"
    type: "text/xsl"
  - href: "https://example.com/rss.css"
    media: "all"
    type: "text/css"

Further Reading