This commit is contained in:
Bjørn Erik Pedersen 2018-07-06 17:53:17 +02:00
commit 0efd374805
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F
26 changed files with 270 additions and 56 deletions

View file

@ -104,7 +104,7 @@ The most common usage is probably to run `hugo` with your current directory bein
This generates your website to the `public/` directory by default, although you can customize the output directory in your [site configuration][config] by changing the `publishDir` field.
The site Hugo renders into `public/` is ready to be deployed to your web server:
The command `hugo` renders your site into `public/` dir and is ready to be deployed to your web server:
```
hugo