From 17d65910a417e121330e86f901c89ded02da0639 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 31 Oct 2021 12:27:18 -0500 Subject: [PATCH] Move quickstart guide stuff to wiki --- Website-hosting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Website-hosting.md b/Website-hosting.md index 198dce1..d2dca7e 100644 --- a/Website-hosting.md +++ b/Website-hosting.md @@ -1,5 +1,5 @@ -We offer free website hosting with **exopages**. Note that the server may be down at any time, so we recommend other services [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/) if you need your website to be up at all times. +We offer free website hosting with **exopages**. Note that the server may be down at any time, so we recommend other services like [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/) if you need your website to be up at all times. -### Setup +## Setup -Navigate to the `/srv/http/pages/users` folder. Create a new folder named your username which will hold the content for your website. Make an actual page by creating a file called index.html and write some text. If you open up https://exozy.me/~USERNAME, you should see your website live in action! \ No newline at end of file +It's incredibly easy to get your website up in only two minutes. Open up the file explorer in your remote desktop or log in with SSH. now navigate to the `/srv/http/pages/users` folder. Create a new folder named your username which will hold the content for your website. Make an actual page by creating a file called index.html and write some text. If you open up https://exozy.me/~USERNAME in a web browser with `USERNAME` replaced with your username, you should see your website live in action! \ No newline at end of file