From 30a7b7bf22232cd29c3a994eecba81b8af1d01ea Mon Sep 17 00:00:00 2001 From: Ariel David Buena <61870125+buenalabs@users.noreply.github.com> Date: Sun, 12 Apr 2020 03:37:11 +0800 Subject: [PATCH] Update hosting-on-github.md Change to the correct article (part of speech) --- content/en/hosting-and-deployment/hosting-on-github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/hosting-and-deployment/hosting-on-github.md b/content/en/hosting-and-deployment/hosting-on-github.md index 9307a2758..f3fac3b7d 100644 --- a/content/en/hosting-and-deployment/hosting-on-github.md +++ b/content/en/hosting-and-deployment/hosting-on-github.md @@ -54,7 +54,7 @@ This is a much simpler setup as your Hugo files and generated content are publis 1. Create a `` (e.g. `blog`) repository on GitHub. This repository will contain Hugo's content and other source files. 2. Create a `.github.io` GitHub repository. This is the repository that will contain the fully rendered version of your Hugo website. 3. `git clone && cd ` -4. Paste your existing Hugo project into a new local `` repository. Make sure your website works locally (`hugo server` or `hugo server -t `) and open your browser to . +4. Paste your existing Hugo project into the new local `` repository. Make sure your website works locally (`hugo server` or `hugo server -t `) and open your browser to . 5. Once you are happy with the results: * Press Ctrl+C to kill the server * Before proceeding run `rm -rf public` to completely remove the `public` directory