Update copy on follow page to be less wordy
This commit is contained in:
parent
ceab45fefa
commit
f6ab6db9c2
@ -9,13 +9,9 @@
|
|||||||
<h2>Option 1: Email</h2>
|
<h2>Option 1: Email</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Email is by far my preferred option for notifying followers of new posts.
|
Email is by far my preferred option for notifying followers of new posts. The
|
||||||
</p>
|
entire email list system for this blog has been designed from scratch and is
|
||||||
|
completely self-hosted in my living room.
|
||||||
<p>
|
|
||||||
The entire email list system for this blog, from storing subscriber email
|
|
||||||
addresses to the email server which sends the notifications out, has been
|
|
||||||
designed from scratch and is completely self-hosted in my living room.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -36,16 +32,17 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
With all that said, if you'd like to receive an email everytime a new blog
|
So smash that subscribe button!
|
||||||
post is published then input your email below and smash that subscribe button!
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
You will need to verify your email, so be sure to check your spam folder to
|
You will need to verify your email, so be sure to check your spam folder to
|
||||||
complete the process if you don't immediately see anything in your inbox.
|
complete the process if you don't immediately see anything in your inbox.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p style="color: var(--nc-ac-1);">
|
<p style="color: var(--nc-lk-2);">
|
||||||
Unfortunately Google considers all emails from my mail server to be spam. I'm
|
Unfortunately Google considers all emails from my mail server to be spam, so
|
||||||
tired of seeing the bounce errors on my side, so I'm disabling the ability to
|
gmail emails are not allowed. Sorry (not sorry).
|
||||||
sign up for the mailing list with a GMail address. Sorry (not sorry).
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@ -113,13 +110,8 @@ emailSubscribe.onclick = async () => {
|
|||||||
<h2>Option 2: RSS</h2>
|
<h2>Option 2: RSS</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
RSS is the classic way to follow any blog. It comes from a time before
|
RSS is the classic way to follow a site's updates, and we're bringing it back!
|
||||||
aggregators like reddit and twitter stole the show, when people felt capable
|
Just give any RSS reader the following URL:
|
||||||
to manage their own content feeds. We should use it again.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
To follow over RSS give any RSS reader the following URL...
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -127,9 +119,8 @@ emailSubscribe.onclick = async () => {
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
...and posts from this blog will show up in your RSS feed as soon as they are
|
There are literally thousands of RSS readers to choose from if you don't have
|
||||||
published. There are literally thousands of RSS readers out there. Here's some
|
one. Here's some recommendations:
|
||||||
recommendations:
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
@ -145,7 +136,7 @@ emailSubscribe.onclick = async () => {
|
|||||||
</a>
|
</a>
|
||||||
is my preferred android RSS reader, but you'll need to install
|
is my preferred android RSS reader, but you'll need to install
|
||||||
<a href="https://f-droid.org/">f-droid</a> on your device to use it (a
|
<a href="https://f-droid.org/">f-droid</a> on your device to use it (a
|
||||||
good thing to do anyway, imo).
|
good thing to do anyway).
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
Reference in New Issue
Block a user