| layout | default |
|---|---|
| title | Stylesheets |
| nav_order | 5 |
| parent | Reference |
| grand_parent | Ruby Gem |
| permalink | /ruby-gem/reference/stylesheets |
The stylesheets key allows you to add CSS or XSLT stylesheets to your RSS feed, improving its appearance in web browsers.
You can add multiple stylesheets to your configuration:
stylesheets:
- href: "/path/to/style.xsl"
media: "all"
type: "text/xsl"
- href: "https://example.com/rss.css"
media: "all"
type: "text/css"