Skip to content

Commit 808532e

Browse files
authored
hugo: convert placeholders to snake_case (#16380)
hugo: convert placeholders to snake_case
1 parent ae3b7af commit 808532e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pages.id/common/hugo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
- Bangun situs web dengan untuk dijalankan pada alamat IP lokal:
2727

28-
`hugo server --bind {{ip-lokal}} --baseURL {{http://ip-lokal}}`
28+
`hugo server --bind {{ip_lokal}} --baseURL {{http://ip_lokal}}`
2929

3030
- Bangun situs web menuju direktori yang ditentukan:
3131

pages.ko/common/hugo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
- 로컬 IP에 사이트 구축:
2828

29-
`hugo server --bind {{로컬-ip}} --baseURL {{http://로컬-ip}}`
29+
`hugo server --bind {{로컬_ip}} --baseURL {{http://로컬_ip}}`
3030

3131
- 주어진 디렉토리에 사이트를 구축:
3232

pages/common/hugo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
- Build a site on your local IP:
2828

29-
`hugo server --bind {{local-ip}} --baseURL {{http://local-ip}}`
29+
`hugo server --bind {{local_ip}} --baseURL {{http://local_ip}}`
3030

3131
- Build a site to a given directory:
3232

0 commit comments

Comments
 (0)