hugo, java, ls, mongod, pip, pip3, rm: add Indonesian translation (#4911)
This commit is contained in:

committed by
GitHub

parent
b854a40530
commit
3babbbc15b
32
pages.id/common/hugo.md
Normal file
32
pages.id/common/hugo.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# hugo
|
||||
|
||||
> Penghasil website statis berbasis template. Menggunakan modul, komponen dan tema.
|
||||
> Informasi lebih lanjut: <https://gohugo.io>.
|
||||
|
||||
- Membuat website Hugo baru:
|
||||
|
||||
`hugo new site {{alamat/ke/website}}`
|
||||
|
||||
- Membuat tema Hugo baru (tema juga dapat diunduh dari https://themes.gohugo.io/):
|
||||
|
||||
`hugo new theme {{nama_tema}}`
|
||||
|
||||
- Membuat halaman baru:
|
||||
|
||||
`hugo new {{nama_bagian}}/{{nama_berkas}}`
|
||||
|
||||
- Menbuild website ke direktori `./public`:
|
||||
|
||||
`hugo`
|
||||
|
||||
- Menbuild website termasuk halaman yang ditandai sebagai "draft":
|
||||
|
||||
`hugo --buildDrafts`
|
||||
|
||||
- Menbuild website ke direktori yang ditentukan:
|
||||
|
||||
`hugo --destination {{alamat/tujuan}}`
|
||||
|
||||
- Menbuild website, memulai webserver untuk menyajikannya, dan secara otomatis memuat ulang jika ada halaman yang berubah:
|
||||
|
||||
`hugo server`
|
Reference in New Issue
Block a user