From 260d96959bfd0873ce9b841f7dcc500dca23f84a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Mon, 22 Apr 2024 21:29:10 +0200 Subject: [PATCH] docs: some notes #840 --- exampleSite/content/basics/installation/_index.en.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/basics/installation/_index.en.md b/exampleSite/content/basics/installation/_index.en.md index 936b5e7d84..7065fabb27 100644 --- a/exampleSite/content/basics/installation/_index.en.md +++ b/exampleSite/content/basics/installation/_index.en.md @@ -134,7 +134,7 @@ You should notice a few things: ## Build and Deploy your Website -When your site is ready to deploy, run the following command: +When your site is ready to be deployed, run the following command: ````shell hugo @@ -143,3 +143,5 @@ hugo A `public` directory will be generated, containing all content and assets for your web site. It now can be deployed to any web server by simply uploading its contents or you can check out one of [Hugo's many other deployment options](https://gohugo.io/hosting-and-deployment/). + +If you are storing your web site in git, commit all but the `public` directory.