URL: https://css-tricks.com/working-with-web-feeds-its-more-than-rss/
Been building out RSS, JSON, and Atom feeds this morning for my site. Going towards it similar to Jeremy Keith's feeds:
- one for
/journal
- one for
/links
- one for everything all together.
Trying to make it extensible to quickly build a feed for future content types (e.g. essays, library, etc) as well as...just learnin'.