Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Čermák <45594031+dcermak@users.noreply.github.com>2022-08-22 22:02:25 +0300
committerGitHub <noreply@github.com>2022-08-22 22:02:25 +0300
commit3b9e4ec10bf57cdadf867f79299fde1ea6824c0c (patch)
treefe70ebbf06a671ede37a3ccdd3d5aae4d42ebbc9
parent0f6b9dc8eb6cb3dfdc6c0ad9531b447439a746dd (diff)
docs: fix typo side to site (#480)v0.34.2
-rw-r--r--exampleSite/content/en/usage/getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/content/en/usage/getting-started.md b/exampleSite/content/en/usage/getting-started.md
index e402a2f..ab45758 100644
--- a/exampleSite/content/en/usage/getting-started.md
+++ b/exampleSite/content/en/usage/getting-started.md
@@ -170,7 +170,7 @@ As deploying Hugo sites on subdirectories is not as robust as on subdomains, we
If you have a choice, using a domain/subdomain should always be the preferred solution!
{{< /hint >}}
-If you want to deploy your side to a subdirectory of your domain, some extra steps are required:
+If you want to deploy your site to a subdirectory of your domain, some extra steps are required:
- Configure your Hugo base URL e.g. `baseURL = http://localhost/demo/`.
- Don't use `relativeURLs: false` nor `canonifyURLs: true` as is can cause unwanted side effects!