1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 22:55:44 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@
- Bangun situs web dengan untuk dijalankan pada alamat IP lokal: - 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: - Bangun situs web menuju direktori yang ditentukan:

View file

@ -26,7 +26,7 @@
- 로컬 IP에 사이트 구축: - 로컬 IP에 사이트 구축:
`hugo server --bind {{로컬-ip}} --baseURL {{http://로컬-ip}}` `hugo server --bind {{로컬_ip}} --baseURL {{http://로컬_ip}}`
- 주어진 디렉토리에 사이트를 구축: - 주어진 디렉토리에 사이트를 구축:

View file

@ -26,7 +26,7 @@
- Build a site on your local IP: - 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: - Build a site to a given directory: