From c89b72cb2c22077fd0c9e94c3adc02754eba3856 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sun, 26 Nov 2023 13:15:50 +0530 Subject: [PATCH] Update create site command. fix #1336 #1339 --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 39dac3e..8a56031 100644 --- a/Installation.md +++ b/Installation.md @@ -29,7 +29,7 @@ **Create a new site** -- `hugo new site -f yml` +- `hugo new site --format yaml` - `cd ` After you have created a new site, follow the below steps: