diff options
| author | mjfernez <mjf@mjfer.net> | 2021-12-22 16:40:46 -0500 | 
|---|---|---|
| committer | mjfernez <mjf@mjfer.net> | 2021-12-22 16:40:46 -0500 | 
| commit | d0595724cd13a2274e34a813119cf457a796af75 (patch) | |
| tree | 90a3b6d44ff929c47f05b354a5f682f6df6e30f1 /.md/tutorials | |
| parent | 3e87511c9ded4663150d6c4c4a1d829b53a16ed4 (diff) | |
| download | site-files-d0595724cd13a2274e34a813119cf457a796af75.tar.gz | |
Table of Contents! Adds some works in progress
This commit adds a table of contents generated in the panupdate script.
It also changes some links on the homepage to conform with removing
'/site' as the parent directory
Diffstat (limited to '.md/tutorials')
| -rw-r--r-- | .md/tutorials/tor/how-to-host-a-tor-hidden-service.md | 2 | ||||
| -rw-r--r-- | .md/tutorials/www/how-to-make-this-site.md | 6 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/.md/tutorials/tor/how-to-host-a-tor-hidden-service.md b/.md/tutorials/tor/how-to-host-a-tor-hidden-service.md index 2446cf2..a6f7e4e 100644 --- a/.md/tutorials/tor/how-to-host-a-tor-hidden-service.md +++ b/.md/tutorials/tor/how-to-host-a-tor-hidden-service.md @@ -10,7 +10,7 @@ temporary server to share some files with your friends. Please note the  word *temporary* in that last sentence; running this way for a while is  insecure and not a good idea. For a permanent solution, you'll  want to host a real web server as explained -[here](/site/tutorials/www/how-to-make-this-site.html). +[here](/tutorials/www/how-to-make-this-site.html).  Like that article, I will only explain how to do this on Linux since  it's way easier and, to be honest, I've never tried to do it on Windows. diff --git a/.md/tutorials/www/how-to-make-this-site.md b/.md/tutorials/www/how-to-make-this-site.md index 2cf8a80..d62e47c 100644 --- a/.md/tutorials/www/how-to-make-this-site.md +++ b/.md/tutorials/www/how-to-make-this-site.md @@ -198,7 +198,7 @@ Now get your *public* 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! -## How can make this server available on the Internet *cheaply* and *independently* +## How can I make this server available on the Internet *cheaply* and *independently*  <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 @@ -225,7 +225,7 @@ template language to render it automatically. But if your content is  short and sweet, or you're mostly hosting files, writing a few basic  HTML files in vim or notepad and adding some CSS goes a long way.  I wrote my own view of the topic in the context of how I wrote this site -[here](/site/tutorials/www/quick-intro-to-html-css.html). And you can +[here](/tutorials/www/quick-intro-to-html-css.html). And you can  find a number of great guides on how to write files, copy them and  manage them in the [references](#references). @@ -266,7 +266,7 @@ But once you have stuff to share, how do you keep this stuff online?  Technically yes, but practically probably not. At least not at a lot of  extra cost to you. If you do want to host a small thing at home, like  some text or some cat pics, a -[tor hidden service](/site/tutorials/tor/how-to-host-a-tor-hidden-service.html) +[tor hidden service](/tutorials/tor/how-to-host-a-tor-hidden-service.html)  is a great option.  I spent a lot of time searching on this (you can find a full list of | 
