From be63bcb599200e0d4e845353dc25ca3740bc4a68 Mon Sep 17 00:00:00 2001 From: vaernewijck Date: Sun, 3 Nov 2024 12:10:11 +0100 Subject: [PATCH] added examples --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c311c2..c2a4924 100644 --- a/README.md +++ b/README.md @@ -236,4 +236,12 @@ Do not forget to update the index.html file to include links to all rooms and or ## CHALLENGE 5: Deploy Before we used to deploy our projects using Combell and FileZilla. But now we will use GitHub Pages. This is a free service that turns your GitHub repository into a website. -Follow [this tutorial](https://docs.github.com/en/pages/quickstart). Of course you don't have to do the first step, because you already have a repository. You can start from step 6. \ No newline at end of file +Follow [this tutorial](https://docs.github.com/en/pages/quickstart). Of course you don't have to do the first step, because you already have a repository. You can start from step 6. + +You can now share your project with the world! + +If the index.html is not in the root folder of your repository, you will have to add the folder name to the URL. For example: https://username.github.io/repositoryname/foldername + +For example: +- [https://devinekask.github.io/git-outta-here/](https://devinekask.github.io/git-outta-here/) serves the README.md file in the root folder of the repository. +- [https://devinekask.github.io/git-outta-here/template](https://devinekask.github.io/git-outta-here/template) serves the index.html file in the template folder of the repository. \ No newline at end of file