From 3e69e5aae97ea32d6dcf1d72809beb9a434a6478 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Mon, 15 Aug 2022 20:48:19 -0500 Subject: [PATCH] =?UTF-8?q?Fix=20typos=20=F0=9F=98=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Website-hosting.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Website-hosting.md b/Website-hosting.md index 441b123..db2b3e4 100644 --- a/Website-hosting.md +++ b/Website-hosting.md @@ -1,18 +1,17 @@ exozyme offers free static and dynamic website hosting with **exopages**, similar to [GitHub pages](https://pages.github.com/). ## Static hosting -Greetings, wxozyme user! So you want to create a nice, clean website, but are poor and pathetic? Lucky for you, wxozyme has got all you need! +Greetings, exozyme user! So you want to create a nice, clean website, but are poor and pathetic? Lucky for you, exozyme has got all you need! ### 1. Settling on a name -Ideally, you want a name that will stand out. I usually go with my username, like 2kwatts.exozy.me, but if you're making it -for a project, you can use that instead. (You have unlimited choices!) +Ideally, you want a name that will stand out. I usually go with my username, like 2kwatts.exozy.me, but if you're making it for a project, you can use that instead. (You have unlimited choices!) ### 2. The back-end basics SSH into exozyme, then travel over to `/srv/http/pages`. After that, make a directory. Title it the name you decided in the previous section, as long as it's not taken. Once that's done, enter it and run `touch index.html`. This will create the main page for your website. So when people travel there, they will see this file by default. ### 3. Writing the website stuff Using your favorite text editor, open up the file. Assuming you have some basic HTML knowledge, you should know what to do here. -Once you're done writing mindless code for now, save & quit the file. Now open your site in a web browser. It will be something like yourfoldername.exozy.me. +Once you're done writing mindless code for now, save & quit the file. Now open your site in a web browser. It will be something like your foldername.exozy.me. Now, thanks to exozyme and 2kwatts, you have your own Internet place where you can do whatever you want! Just don't do anything illegal. See the [tutorial from Tor Project](https://community.torproject.org/onion-services/setup/) for making an onion service.