hugo: fix command (#10211)

pull/23/head
K.B.Dharun Krishna 2023-05-18 09:47:37 +05:30 committed by GitHub
parent 9413c655f4
commit ba7eddede8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: