Feeds

Where you can subscribe to my writings & socials.

location Raleigh,  NC,  US

One of the big end-of-April releases in 2025 was creating RSS and JSON feeds for my website—ended up being central to the first post of my newsletter, Craft & Practice.

Since then, the content's grown a lot, and I'm wanting to write a bit more intentionally where I do. I needed to come up with a better area to host things than putting loads of links way down in the footer.

Hence, a new release!

RSS Feeds

You can use a feed reader, or RSS reader, and subscribe to the following content:

If you'd like to focus on a specific grouping of content, I also have:

If you'd like to subscribe to content with specific tags, you can also construct your own feed like the following:

JSON Feeds

I have JSON feeds available, for everything listed above:

How to use

There are two primary types of feeds around these days:

  • RSS (really simple syndication), and
  • JSON (javascript object notation).

You can access either type with the following URL changes:

  • /$page/rss will get you to an RSS feed
  • /$page/feed will get you to a JSON feed.

To learn more about web feeds, check out the site About Feeds that talks & explains all about feeds.