File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
26
26
- Bangun situs web dengan untuk dijalankan pada alamat IP lokal:
27
27
28
- ` hugo server --bind {{ip-lokal }} --baseURL {{http://ip-lokal }} `
28
+ ` hugo server --bind {{ip_lokal }} --baseURL {{http://ip_lokal }} `
29
29
30
30
- Bangun situs web menuju direktori yang ditentukan:
31
31
Original file line number Diff line number Diff line change 26
26
27
27
- 로컬 IP에 사이트 구축:
28
28
29
- ` hugo server --bind {{로컬-ip }} --baseURL {{http://로컬-ip }} `
29
+ ` hugo server --bind {{로컬_ip }} --baseURL {{http://로컬_ip }} `
30
30
31
31
- 주어진 디렉토리에 사이트를 구축:
32
32
Original file line number Diff line number Diff line change 26
26
27
27
- Build a site on your local IP:
28
28
29
- ` hugo server --bind {{local-ip }} --baseURL {{http://local-ip }} `
29
+ ` hugo server --bind {{local_ip }} --baseURL {{http://local_ip }} `
30
30
31
31
- Build a site to a given directory:
32
32
You can’t perform that action at this time.
0 commit comments