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