From ba7eddede82818d31c0effaa758511adce6bb942 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Thu, 18 May 2023 09:47:37 +0530 Subject: [PATCH] hugo: fix command (#10211) --- pages/common/hugo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/hugo.md b/pages/common/hugo.md index f66ee26a9..f0231accc 100644 --- a/pages/common/hugo.md +++ b/pages/common/hugo.md @@ -13,7 +13,7 @@ - Create a new page: -`hugo new {{section_name}}/{{path/to/file}}` +`hugo new {{section_name}}/{{page_name}}` - Build a site to the `./public/` directory: