summaryrefslogtreecommitdiff
path: root/src/follow.md
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2021-01-21 17:22:53 -0700
committerBrian Picciano <mediocregopher@gmail.com>2021-01-21 17:22:53 -0700
commitbcf9b230be6d74c71567fd0771b31d47d8dd39c7 (patch)
tree2d0fc16142d55bbd5876ac6b8174c2857883b40e /src/follow.md
parentd57fd70640948cf20eeb41b56e8d4e23e616cec0 (diff)
build the blog with nix
Diffstat (limited to 'src/follow.md')
-rw-r--r--src/follow.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/follow.md b/src/follow.md
new file mode 100644
index 0000000..8093267
--- /dev/null
+++ b/src/follow.md
@@ -0,0 +1,44 @@
+---
+layout: page
+title: "Follow the Blog"
+nofollow: true
+---
+
+Here's your options for receiving updates about new blog posts:
+
+## Option 1: RSS
+
+RSS is the classic way to follow any blog. It comes from a time before
+aggregators like reddit and twitter stole the show, when people felt capable to
+manage their own content feeds. We should use it again.
+
+To follow over RSS give any RSS reader the following URL...
+
+<a href="{{site.url}}/feed.xml">{{site.url}}/feed.xml</a>
+
+...and posts from this blog will show up in your RSS feed as soon as they are
+published. There are literally thousands of RSS readers out there. Here's some
+recommendations:
+
+* [Google Chrome Browser Extension](https://chrome.google.com/webstore/detail/rss-feed-reader/pnjaodmkngahhkoihejjehlcdlnohgmp)
+
+* [spaRSS](https://f-droid.org/en/packages/net.etuldan.sparss.floss/) is my
+ preferred android RSS reader, but you'll need to install
+ [f-droid](https://f-droid.org/) on your device to use it (a good thing to do
+ anyway, imo).
+
+* [NetNewsWire](https://ranchero.com/netnewswire/) is a good reader for
+ iPhone/iPad/Mac devices, so I'm told. Their homepage description makes a much
+ better sales pitch for RSS than I ever could.
+
+## Option 2: Twitter
+
+New posts are automatically published to [my Twitter](https://twitter.com/{{
+site.twitter_username }}). Simply follow me there and pray the algorithm smiles
+upon my tweets enough to show them to you! :pray: :pray: :pray:
+
+## Option 3: Email?
+
+I tried setting up an RSS-to-Email list thing on Mailchimp but it doesn't seem
+to like my RSS feed. If anyone knows a better alternative please [email
+me.](mailto:mediocregopher@gmail.com)