Andre Franca

OpenWeb

I remember that when I first set up this site with Jekyll, I made sure to configure the site's metadata to make it easier for search engines to index it.

Read more...

Recently, I came across the post “Styling RSS and Atom feeds” by Robb Knight, where he styled his RSS feed in a way that a person could read, instead of a machine-readable .xml file.

Styling the RSS feed is possible with the help of XSLT (Extensible Stylesheet Language Transformations), which transforms our .xml file into other document types, such as HTML.

Read more...