hugo: convert placeholders to snake_case (#16380)

hugo: convert placeholders to snake_case
This commit is contained in:
Lena
2025-05-04 17:31:48 +00:00
committed by GitHub
parent ae3b7aff99
commit 808532e63e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -26,7 +26,7 @@
- 로컬 IP에 사이트 구축:
`hugo server --bind {{로컬-ip}} --baseURL {{http://로컬-ip}}`
`hugo server --bind {{로컬_ip}} --baseURL {{http://로컬_ip}}`
- 주어진 디렉토리에 사이트를 구축:
+1 -1
View File
@@ -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: