mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 14:55:56 +02:00
hugo: convert placeholders to snake_case
(#16380)
hugo: convert placeholders to snake_case
This commit is contained in:
parent
ae3b7aff99
commit
808532e63e
3 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
- Bangun situs web dengan untuk dijalankan pada alamat IP lokal:
|
||||
|
||||
`hugo server --bind {{ip-lokal}} --baseURL {{http://ip-lokal}}`
|
||||
`hugo server --bind {{ip_lokal}} --baseURL {{http://ip_lokal}}`
|
||||
|
||||
- Bangun situs web menuju direktori yang ditentukan:
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
- 로컬 IP에 사이트 구축:
|
||||
|
||||
`hugo server --bind {{로컬-ip}} --baseURL {{http://로컬-ip}}`
|
||||
`hugo server --bind {{로컬_ip}} --baseURL {{http://로컬_ip}}`
|
||||
|
||||
- 주어진 디렉토리에 사이트를 구축:
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
- Build a site on your local IP:
|
||||
|
||||
`hugo server --bind {{local-ip}} --baseURL {{http://local-ip}}`
|
||||
`hugo server --bind {{local_ip}} --baseURL {{http://local_ip}}`
|
||||
|
||||
- Build a site to a given directory:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue