From 8a06de5dc174c6aedfb86eb3b041c360b7d6a511 Mon Sep 17 00:00:00 2001 From: tfasano1 Date: Wed, 30 Jun 2021 14:54:38 -0400 Subject: linked index.html to the article --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 66adf0f..2f1961a 100644 --- a/index.html +++ b/index.html @@ -54,10 +54,11 @@
  • Basic Attention Token (BAT)
  • -

    Excellent Extras

    +

    Excellent Extras

    In the Works...

    -- cgit v1.2.3 From 9e3c18973567173423ce884f21d9dad9f9c1d5f5 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 30 Jun 2021 15:19:32 -0400 Subject: added to index --- index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'index.html') diff --git a/index.html b/index.html index 66adf0f..579946f 100644 --- a/index.html +++ b/index.html @@ -58,6 +58,7 @@

    In the Works...

    -- cgit v1.2.3 From 8850e819d5ad336e0841cab92dea724b39de5044 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 30 Jun 2021 15:19:41 -0400 Subject: lol --- index.html | 1 - 1 file changed, 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 579946f..7125456 100644 --- a/index.html +++ b/index.html @@ -92,7 +92,6 @@

      -
    • Cronjobs
    • IRC servers
    • Email webclients
    • Simple static site generators
    • -- cgit v1.2.3 From 44b19945fe6edf4340d77f5ef4c2084ad10fb0bd Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 30 Jun 2021 15:47:19 -0400 Subject: tweaks --- index.html | 4 ++-- nginx.html | 2 +- tor.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index bd986a6..f7cf981 100644 --- a/index.html +++ b/index.html @@ -58,8 +58,8 @@

      In the Works...

      diff --git a/nginx.html b/nginx.html index caa4c66..1b269db 100644 --- a/nginx.html +++ b/nginx.html @@ -172,7 +172,7 @@ This will appear on your website. <p>This is my website. Thanks for stopping by!</p> <p>Now my website is live!</p> -

      Enable the site

      +

      Enable the site

      Once you save that file, we can enable it making a link to it in the sites-enabled directory: diff --git a/tor.html b/tor.html index 69166e7..1da2656 100644 --- a/tor.html +++ b/tor.html @@ -52,7 +52,7 @@

      From here, the steps are almost identical to setting up a normal website configuration file. Follow the steps as if you were making a new website on the webserver - tutorial up until the server block of code. Instead, paste this: + tutorial up until the server block of code. Instead, paste this:

              server {
      @@ -68,7 +68,7 @@
                   

      The root line is the path to whichever website of yours you'd like to mirror.

      - From here we are almost done, all we have to do is enable the site and reload nginx which is also covered in the webserver tutorial. + From here we are almost done, all we have to do is enable the site and reload nginx which is also covered in the webserver tutorial.

      Contributor - tomfasano.xyz -- cgit v1.2.3