Update create site command. fix #1336 #1339

Aditya Telange 2023-11-26 13:15:50 +05:30
parent d712b176ff
commit c89b72cb2c

@ -29,7 +29,7 @@
**Create a new site**
- `hugo new site <name of site> -f yml`
- `hugo new site <name of site> --format yaml`
- `cd <name of site>`
After you have created a new site, follow the below steps: