1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 13:53:52 +02:00

hugo: fix command (#10211)

This commit is contained in:
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

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: