From 78ea0674ddc881a5c3fcfc586e4d552214df6ca2 Mon Sep 17 00:00:00 2001 From: Kaligule Date: Mon, 26 Apr 2021 13:35:26 +0200 Subject: [PATCH] Use verbose flags in Readme (#300) so people who don't know hugos flags can guess what they mean just from reading. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/).