summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2021-10-30 16:19:31 -0400
committermjfernez <mjf@mjfer.net>2021-10-30 16:19:31 -0400
commit0c4236df3f21ee5961be001da8fa397ccc1a3b36 (patch)
tree0900b68a09291efb6fd0c1428fd69e6002cf0457
parent3761da887f0cd8d2126c2630f33fdff776f0b2a3 (diff)
downloadsite-files-0c4236df3f21ee5961be001da8fa397ccc1a3b36.tar.gz
Add FSF link!
-rw-r--r--.md/tutorials/how-to-make-this-site.md1
-rw-r--r--home.html6
-rw-r--r--tutorials/how-to-make-this-site.html3
3 files changed, 8 insertions, 2 deletions
diff --git a/.md/tutorials/how-to-make-this-site.md b/.md/tutorials/how-to-make-this-site.md
index fcfa1c6..6253211 100644
--- a/.md/tutorials/how-to-make-this-site.md
+++ b/.md/tutorials/how-to-make-this-site.md
@@ -179,6 +179,7 @@ did it apparently, and so did [Null](https://en.wikipedia.org/wiki/Kiwi_Farms))
Most likely you'll want to rent someone else's server, usually a VPS.
</i>
+
Once you understand the basic installation above, you can now populate
your site with content just by adding HTML files to your web directory.
You can use an HTML editor to write these, or you can download a full
diff --git a/home.html b/home.html
index ea868d6..2b0d430 100644
--- a/home.html
+++ b/home.html
@@ -53,5 +53,9 @@ learn the ins and outs of hosting your own, click
Use git:// to clone; I couldn't figure out HTTPS with cgit.
Besides, git is faster.
</center>
-
+<p>Join the FSF!</p>
+<a href="https://my.fsf.org/join?referrer=5575602"
+ target="_blank" rel="noopener noreferrer">
+ <img src="/stUatic/5575602.png"/>
+</a>
{% endblock %}
diff --git a/tutorials/how-to-make-this-site.html b/tutorials/how-to-make-this-site.html
index e11bc79..6b16afa 100644
--- a/tutorials/how-to-make-this-site.html
+++ b/tutorials/how-to-make-this-site.html
@@ -67,7 +67,8 @@
<p>Now get your <em>public</em> ip address at this site https://who.is/ and share it with your friends. Watch in horror as they access all the files in the directory you launched the server!</p>
<h2 id="how-can-make-this-server-available-on-the-internet-cheaply-and-independently">How can make this server available on the Internet <em>cheaply</em> and <em>independently</em></h2>
<p><i> TL;DR Expense scales with independence. It's possible to become your own service provider, get IP addresses from ICANN, your own hardware to host it, to host your cat pics; but it's also a lot of time, work and money to do all that (<a href="https://hackaday.com/2018/09/20/one-mans-journey-to-become-his-own-isp/">this guy</a> did it apparently, and so did <a href="https://en.wikipedia.org/wiki/Kiwi_Farms">Null</a>)</p>
-<p>Most likely you'll want to rent someone else's server, usually a VPS. </i> Once you understand the basic installation above, you can now populate your site with content just by adding HTML files to your web directory. You can use an HTML editor to write these, or you can download a full content management system to help you. Here are some options I know about:</p>
+<p>Most likely you'll want to rent someone else's server, usually a VPS. </i></p>
+<p>Once you understand the basic installation above, you can now populate your site with content just by adding HTML files to your web directory. You can use an HTML editor to write these, or you can download a full content management system to help you. Here are some options I know about:</p>
<ul>
<li><strong>You can just write the damn HTML and use apache or nginx</strong></li>
</ul>