Use verbose flags in Readme (#300)

so people who don't know hugos flags can guess what they mean just from reading.
This commit is contained in:
Kaligule 2021-04-26 13:35:26 +02:00 committed by GitHub
parent c6183cb404
commit 78ea0674dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,7 @@ Don't forget to update `title`, `baseURL`, and `gitRepo` fields with your own in
Now, you can run your hugo site with `toha` theme locally with the following command:
```console
$ hugo server -t toha -w
$ hugo server --theme toha --watch
```
When you run your site for first time, it will start with the default parameters. It should look similar to the [example site](https://hugo-toha.github.io). However, it will not have any sections in the homepage as we haven't configured them yet. You can configure your site by following the guides from [here](https://toha-guides.netlify.app/posts/configuration/).