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

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaligule <Code@schauderbasis.de>2021-04-26 14:35:26 +0300
committerGitHub <noreply@github.com>2021-04-26 14:35:26 +0300
commit78ea0674ddc881a5c3fcfc586e4d552214df6ca2 (patch)
tree4deab47278989074a547ba6445e065a5be362a75 /README.md
parentc6183cb404c24ff841c88a6bcfce6037e554da8c (diff)
Use verbose flags in Readme (#300)
so people who don't know hugos flags can guess what they mean just from reading.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 17f9000..f08e97b 100644
--- a/README.md
+++ b/README.md
@@ -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/).