From 8d558418b35ee3b6952d6e260b7574a47bd7438a Mon Sep 17 00:00:00 2001
From: Nofal Briansah <48385577+nofalbriansah@users.noreply.github.com>
Date: Wed, 12 Feb 2025 23:32:30 +0700
Subject: [PATCH 1/6] Create README.id.md
---
README.id.md | 149 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 149 insertions(+)
create mode 100644 README.id.md
diff --git a/README.id.md b/README.id.md
new file mode 100644
index 00000000..e45f0779
--- /dev/null
+++ b/README.id.md
@@ -0,0 +1,149 @@
+Berikut terjemahan ke dalam bahasa Indonesia:
+
+---
+
+**English | [Indonesian](https://github.com/nunocoracao/blowfish/blob/main/README.id.md) | [简体中文](https://github.com/nunocoracao/blowfish/blob/main/README.zh-cn.md) | [日本語](https://github.com/nunocoracao/blowfish/blob/main/README.ja.md)**
+
+# Blowfish
+[](https://github.com/nunocoracao/blowfish/actions/workflows/firebase-production.yml)
+[](https://github.com/nunocoracao/blowfish/actions/workflows/pages.yml)
+[](https://github.com/gohugoio/hugo/releases/tag/v0.87.0)
+[](https://github.com/nunocoracao/blowfish/blob/main/LICENSE)
+[](https://themes.gohugo.io/themes/blowfish/)
+
+
+Blowfish dirancang sebagai tema yang kuat dan ringan untuk [Hugo](https://gohugo.io). Tema ini dibuat menggunakan Tailwind CSS dengan desain yang bersih dan minimalis, yang mengutamakan konten Anda.
+
+
+
+🌏 [Situs demo](https://blowfish.page/)
+📑 [Dokumentasi tema](https://blowfish.page/docs/)
+💎 [Toko Merch](http://tee.pub/lic/qwSlWVBL5zc)
+🐛 [Laporan bug & masalah](https://github.com/nunocoracao/blowfish/issues)
+💡 [Pertanyaan & permintaan fitur](https://github.com/nunocoracao/blowfish/discussions)
+
+
+
+
+## Fitur
+
+- Tata letak responsif sepenuhnya dengan Tailwind CSS 3.0
+- Beragam skema warna (atau sesuaikan sendiri)
+- Mode gelap (paksa aktif/nonaktif atau otomatis dengan pengaturan pengguna)
+- Konfigurasi yang sangat dapat disesuaikan
+- Integrasi Firebase untuk mendukung data dinamis
+- Penghitung tampilan & mekanisme suka
+- Artikel terkait
+- Beragam tata letak halaman utama
+- Dukungan untuk banyak penulis
+- Seri artikel
+- Penyortiran artikel berdasarkan tanggal dan bobot
+- Mode Zen untuk membaca artikel
+- Fleksibel dengan berbagai jenis konten, taksonomi, dan menu
+- Menu header dan footer
+- Menu bersarang & sub-menu navigasi
+- Daftar isi yang dapat digulir
+- Dukungan untuk konten multibahasa termasuk bahasa RTL
+- Kemampuan untuk menautkan ke artikel di situs web pihak ketiga
+- Dukungan untuk beberapa shortcode seperti Galeri, Timeline, Kartu GitHub, dan Carousel
+- Integrasi BuyMeACoffee
+- Pencarian situs berbasis klien dengan Fuse.js
+- Diagram dan visualisasi menggunakan Mermaid
+- Grafik menggunakan Chart.js
+- Integrasi TypeIt
+- Sematan YouTube dengan peningkatan kinerja
+- Notasi matematika menggunakan KaTeX
+- Ikon SVG dari FontAwesome 6
+- Pengubahan ukuran gambar otomatis menggunakan Hugo Pipes
+- Anchor heading, daftar isi, salin kode, tombol, lencana, dan lainnya
+- Dukungan HTML dan emoji dalam artikel 🎉
+- SEO-friendly dengan tautan berbagi ke media sosial
+- Dukungan untuk Fathom Analytics dan Google Analytics
+- Dukungan RSS feed, favicon, dan komentar
+- Kustomisasi tingkat lanjut dengan definisi warna dan gaya Tailwind yang sederhana
+- Dioptimalkan untuk kinerja dan aksesibilitas dengan skor Lighthouse sempurna
+- Dokumentasi lengkap dengan pembaruan rutin
+
+---
+
+
+
+## Dokumentasi
+
+Blowfish memiliki [dokumentasi lengkap](https://blowfish.page/docs/) yang mencakup semua aspek tema. Pastikan untuk [membaca dokumentasi](https://blowfish.page/docs/) guna mempelajari cara menggunakan tema dan fiturnya.
+
+---
+
+## Instalasi
+
+Blowfish mendukung beberapa metode instalasi - sebagai submodul git, Modul Hugo, atau instalasi manual sepenuhnya.
+
+Instruksi terperinci untuk setiap metode dapat ditemukan dalam [dokumentasi instalasi](https://blowfish.page/docs/installation).
+
+### Instalasi Cepat Menggunakan Blowfish Tools
+
+> **Catatan:** Pastikan Anda sudah menginstal **Node.js**, **Git**, **Go**, dan **Hugo**, serta telah membuat proyek Hugo sebelum melanjutkan.
+
+Kami baru saja meluncurkan alat CLI baru untuk membantu Anda memulai dengan Blowfish. Ini akan membuat proyek Hugo baru, menginstal tema, dan mengatur file konfigurasi tema untuk Anda.
+
+Instal alat CLI secara global menggunakan npm (atau manajer paket lainnya):
+```shell
+npm i -g blowfish-tools
+```
+
+Kemudian jalankan perintah berikut untuk memulai interaksi yang akan memandu Anda melalui proses pembuatan dan konfigurasi:
+```shell
+blowfish-tools
+```
+
+Untuk membuat proyek Hugo baru dan menginstal tema sekaligus, gunakan:
+```shell
+blowfish-tools new mynewsite
+```
+
+### Instalasi Cepat Menggunakan Git Submodules
+
+> **Catatan:** Pastikan Anda sudah menginstal **Git**, **Go**, dan **Hugo**, serta telah membuat proyek Hugo sebelum melanjutkan.
+
+1. Dari direktori proyek Anda, inisialisasi git:
+ ```shell
+ git init
+ ```
+
+2. Konfigurasikan Blowfish sebagai submodul git:
+ ```shell
+ git submodule add -b main https://github.com/nunocoracao/blowfish.git themes/blowfish
+ ```
+
+3. Hapus file `config.toml` di root proyek dan salin file `*.toml` dari tema ke dalam folder `config/_default/`.
+
+4. Ikuti petunjuk [Memulai](https://blowfish.page/docs/getting-started/) untuk mengonfigurasi situs web Anda.
+
+### Memperbarui Tema
+
+Untuk memperbarui tema ke rilis terbaru, cukup jalankan perintah berikut di direktori proyek Anda:
+```shell
+hugo mod get -u
+```
+
+Instruksi pembaruan selengkapnya tersedia dalam [dokumentasi instalasi](https://blowfish.page/docs/installation/#installing-updates).
+
+---
+
+## Kontribusi
+
+Blowfish akan terus berkembang seiring waktu. Jika Anda memiliki ide atau ingin melaporkan bug, silakan hubungi kami:
+
+- 🐛 **Laporan bug & masalah:** Gunakan [GitHub Issues](https://github.com/nunocoracao/blowfish/issues)
+- 💡 **Ide fitur baru:** Buat diskusi di [GitHub Discussions](https://github.com/nunocoracao/blowfish/discussions)
+- 🙋♀️ **Pertanyaan umum:** Kunjungi [GitHub Discussions](https://github.com/nunocoracao/blowfish/discussions)
+
+Jika Anda bisa memperbaiki bug atau menambahkan fitur baru, kontribusi dalam bentuk PR sangat dihargai. Pelajari lebih lanjut dalam [panduan kontribusi](https://github.com/nunocoracao/blowfish/blob/main/CONTRIBUTING.md).
+
+---
+
+## Grafik Stargazers
+
+[](https://starchart.cc/nunocoracao/blowfish)
+
+Mastodon
From 9a829893422e5abdc044f4612330be5d7e23fd85 Mon Sep 17 00:00:00 2001
From: Nofal Briansah <48385577+nofalbriansah@users.noreply.github.com>
Date: Wed, 12 Feb 2025 23:33:16 +0700
Subject: [PATCH 2/6] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0a29de72..b3e5a4f4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-English | [简体中文](https://github.com/nunocoracao/blowfish/blob/main/README.zh-cn.md) | [日本語](https://github.com/nunocoracao/blowfish/blob/main/README.ja.md)
+English | [Indonesian](https://github.com/nunocoracao/blowfish/blob/main/README.id.md) | [简体中文](https://github.com/nunocoracao/blowfish/blob/main/README.zh-cn.md) | [日本語](https://github.com/nunocoracao/blowfish/blob/main/README.ja.md)
# Blowfish
[](https://github.com/nunocoracao/blowfish/actions/workflows/firebase-production.yml)
[](https://github.com/nunocoracao/blowfish/actions/workflows/pages.yml)
From ef7a2675da866f87db497a62eafb50da53745113 Mon Sep 17 00:00:00 2001
From: Nofal Briansah <48385577+nofalbriansah@users.noreply.github.com>
Date: Wed, 12 Feb 2025 23:33:56 +0700
Subject: [PATCH 3/6] Update README.ja.md
---
README.ja.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.ja.md b/README.ja.md
index 52b52a44..1edee362 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -1,4 +1,4 @@
-[English](https://github.com/nunocoracao/blowfish/blob/main/README.md) | [简体中文](https://github.com/nunocoracao/blowfish/blob/main/README.zh-cn.md) | 日本語
+[English](https://github.com/nunocoracao/blowfish/blob/main/README.md) | [Indonesian](https://github.com/nunocoracao/blowfish/blob/main/README.id.md) | [简体中文](https://github.com/nunocoracao/blowfish/blob/main/README.zh-cn.md) | 日本語
# Blowfish
[](https://github.com/nunocoracao/blowfish/actions/workflows/firebase-production.yml)
[](https://github.com/nunocoracao/blowfish/actions/workflows/pages.yml)
From ce7988bdffdd30b22ef0401789a2390dc1133dae Mon Sep 17 00:00:00 2001
From: Nofal Briansah <48385577+nofalbriansah@users.noreply.github.com>
Date: Wed, 12 Feb 2025 23:34:32 +0700
Subject: [PATCH 4/6] Update README.zh-cn.md
---
README.zh-cn.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.zh-cn.md b/README.zh-cn.md
index 7d652481..52afa9f8 100644
--- a/README.zh-cn.md
+++ b/README.zh-cn.md
@@ -1,4 +1,4 @@
-[English](https://github.com/nunocoracao/blowfish/blob/main/README.md) | 简体中文 | [日本語](https://github.com/nunocoracao/blowfish/blob/main/README.ja.md)
+[English](https://github.com/nunocoracao/blowfish/blob/main/README.md) | [Indonesian](https://github.com/nunocoracao/blowfish/blob/main/README.id.md) | 简体中文 | [日本語](https://github.com/nunocoracao/blowfish/blob/main/README.ja.md)
# Blowfish
[](https://github.com/nunocoracao/blowfish/actions/workflows/firebase-production.yml)
[](https://github.com/nunocoracao/blowfish/actions/workflows/pages.yml)
From 04242b038bb6f578290c14ecf26767b375575f99 Mon Sep 17 00:00:00 2001
From: Nofal Briansah <48385577+nofalbriansah@users.noreply.github.com>
Date: Wed, 12 Feb 2025 23:35:44 +0700
Subject: [PATCH 5/6] Update README.id.md
---
README.id.md | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/README.id.md b/README.id.md
index e45f0779..bc1735dc 100644
--- a/README.id.md
+++ b/README.id.md
@@ -1,8 +1,4 @@
-Berikut terjemahan ke dalam bahasa Indonesia:
-
----
-
-**English | [Indonesian](https://github.com/nunocoracao/blowfish/blob/main/README.id.md) | [简体中文](https://github.com/nunocoracao/blowfish/blob/main/README.zh-cn.md) | [日本語](https://github.com/nunocoracao/blowfish/blob/main/README.ja.md)**
+**[English](https://github.com/nunocoracao/blowfish/blob/main/README.md) | Indonesian | [简体中文](https://github.com/nunocoracao/blowfish/blob/main/README.zh-cn.md) | [日本語](https://github.com/nunocoracao/blowfish/blob/main/README.ja.md)**
# Blowfish
[](https://github.com/nunocoracao/blowfish/actions/workflows/firebase-production.yml)
From bf539c5a417ce1ae009777be24aba2fb24671a56 Mon Sep 17 00:00:00 2001
From: Nofal Briansah <48385577+nofalbriansah@users.noreply.github.com>
Date: Wed, 12 Feb 2025 23:42:06 +0700
Subject: [PATCH 6/6] Update README.id.md
---
README.id.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.id.md b/README.id.md
index bc1735dc..54ea4fde 100644
--- a/README.id.md
+++ b/README.id.md
@@ -1,11 +1,11 @@
**[English](https://github.com/nunocoracao/blowfish/blob/main/README.md) | Indonesian | [简体中文](https://github.com/nunocoracao/blowfish/blob/main/README.zh-cn.md) | [日本語](https://github.com/nunocoracao/blowfish/blob/main/README.ja.md)**
# Blowfish
-[](https://github.com/nunocoracao/blowfish/actions/workflows/firebase-production.yml)
-[](https://github.com/nunocoracao/blowfish/actions/workflows/pages.yml)
-[](https://github.com/gohugoio/hugo/releases/tag/v0.87.0)
-[](https://github.com/nunocoracao/blowfish/blob/main/LICENSE)
-[](https://themes.gohugo.io/themes/blowfish/)
+[](https://github.com/nunocoracao/blowfish/actions/workflows/firebase-production.yml)
+[](https://github.com/nunocoracao/blowfish/actions/workflows/pages.yml)
+[](https://github.com/gohugoio/hugo/releases/tag/v0.87.0)
+[](https://github.com/nunocoracao/blowfish/blob/main/LICENSE)
+[](https://themes.gohugo.io/themes/blowfish/)

Blowfish dirancang sebagai tema yang kuat dan ringan untuk [Hugo](https://gohugo.io). Tema ini dibuat menggunakan Tailwind CSS dengan desain yang bersih dan minimalis, yang mengutamakan konten Anda.