mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
hugo: convert placeholders to snake_case (#16380)
hugo: convert placeholders to snake_case
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user