From abf4347b277c4eb35e6e25371da130ea5e54a5d9 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Fri, 29 Oct 2021 19:05:50 -0400 Subject: Scrub ascii --- .md/about/whyami.md | 2 +- about/whyami.html | 2 +- panupdate | 2 +- tutorials/how-to-make-this-site.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.md/about/whyami.md b/.md/about/whyami.md index ea23b63..5301dc9 100644 --- a/.md/about/whyami.md +++ b/.md/about/whyami.md @@ -1,4 +1,4 @@
-We are here on Earth to fart around. Don’t let anybody tell you any +We are here on Earth to fart around. Don't let anybody tell you any different. -- *Kurt Vonnegut, from A man without a country.*
diff --git a/about/whyami.html b/about/whyami.html index 46cd572..0f52b69 100644 --- a/about/whyami.html +++ b/about/whyami.html @@ -1,3 +1,3 @@
-We are here on Earth to fart around. Don’t let anybody tell you any different. -- Kurt Vonnegut, from A man without a country. +We are here on Earth to fart around. Don't let anybody tell you any different. -- Kurt Vonnegut, from A man without a country.
diff --git a/panupdate b/panupdate index 1688fe8..9834543 100755 --- a/panupdate +++ b/panupdate @@ -8,7 +8,7 @@ do then newfile=$(sed "s/\.md\///; s/md/html/" <<< $file) echo "Saved "$file" to "$newfile - pandoc -f markdown-smart $file -t html -o $newfile + pandoc --ascii -f markdown-smart $file -t html -o $newfile fi done done diff --git a/tutorials/how-to-make-this-site.html b/tutorials/how-to-make-this-site.html index 112bbe2..8469fbd 100644 --- a/tutorials/how-to-make-this-site.html +++ b/tutorials/how-to-make-this-site.html @@ -16,7 +16,7 @@

Because of that, I think it's important to understand that "running your own website" is not just a technical ordeal, but also an economic one since you have to carefully think about what it means to you to own your server, your software, and your hardware. That doesn't mean it's hard to do, just that there's options.

## What is a web server and how do I run one? TL;DR a web server is just a program that lets other computers on a network view files in a chosen folder. All you need to do is download a web server: apache and nginx are popular ones, but you can easily program your own with web frameworks like Flask or Facil

You can run a web server for free right now. If you're on windows go download Apache for Windows here and follow the set up guide here. If you're on Linux, you probably already have it installed.

-

Find the configuration file in sites-available/default (on windows, this may be led by C:FilesSoftware Foundation ). You'll see something like the following:

+

Find the configuration file in sites-available/default (on windows, this may be led by C:FilesSoftware Foundation ). You'll see something like the following:

<VirtualHost *:80>
     ServerAdmin webmaster@localhost
 
-- 
cgit v1.2.3