Skip to content

Commit ff88d05

Browse files
committed
docs: to indonesia
1 parent d3b276a commit ff88d05

3 files changed

Lines changed: 22 additions & 20 deletions

File tree

contents/blogs/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2-
title: Blogs
3-
description: My blogs
2+
title: Blog
3+
description: Kumpulan blog saya
44
---
5+
6+
Silahkan navigasi ke halaman blog yang terdaftar.

contents/index.md

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,23 @@
11
---
22
title: Hyper-Z11
3-
description: My personal website
3+
description: Situs Web Personal Hyper-Z11
44
---
55

6-
# Hyper-Z11
6+
## Tentang
77

8-
Welcome to my personal site :).
8+
Halo, saya Hyper-Z11, seorang programmer pemula. Saya dari Indonesia.
9+
Saya suka koding sebagai hobiku dan berkontribusi ke proyek sumber terbuka jika saya mau.
10+
Anda mungkin tidak akan menemukan apa-apa disini. Jadi terima kasih sudah berkunjung.
911

10-
## About
11-
12-
Hello, I'm Hyper-Z11, the beginner programmer. I'm from [Indonesia](https://wikipedia.org/wiki/Indonesia).
13-
I like coding as my hobby and contribute in open source projects if I want.
14-
You maybe don't found anything in here. So thank you for visiting.
15-
And if you want, maybe you can visit [my blogs](/blogs).
16-
17-
## Projects
12+
## Proyek
1813

1914
I have working and contribute to some projects on below:
2015

21-
- [Acode-Foundation/Acode](https://github.com/Acode-Foundation/Acode) - Powerful editor for Android
22-
- [bombshell-dev/clack](https://github.com/bombshell-dev/clack) - CLI Prompts
23-
- [eslint/create-config](https://github.com/eslint/create-config) - Utility to create ESLint config files
16+
- [Acode-Foundation/Acode](https://github.com/Acode-Foundation/Acode) - Editor kode yang kuat untuk Android
17+
- [bombshell-dev/clack](https://github.com/bombshell-dev/clack) - Pustaka untuk membuat prompt di CLI
18+
- [eslint/create-config](https://github.com/eslint/create-config) - Utilitas untuk membuat berkas konfigurasi ESLint
2419

25-
## Languages
20+
## Bahasa
2621

2722
- JavaScript
2823
- TypeScript
@@ -31,7 +26,7 @@ I have working and contribute to some projects on below:
3126
- HTML
3227
- CSS
3328

34-
## Tools
29+
## Alat-alat
3530

3631
- Git
3732
- Node.js
@@ -41,7 +36,7 @@ I have working and contribute to some projects on below:
4136
- npm
4237
- pnpm
4338

44-
## Frameworks & Libraries
39+
## Kerangka Kerja & Pustaka
4540

4641
- Svelte
4742
- SvelteKit

scripts/template.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html lang="en">
2+
<html lang="id">
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="stylesheet" href="/style.css" />
@@ -18,10 +18,15 @@
1818
<pre>
1919
<b>$ pwd</b>
2020
{{view.pwd}}
21+
2122
<b>$ ls</b>
2223
{{view.ls}}
24+
2325
<b>$ cat index.md</b>
26+
# {{data.title}}
27+
2428
{{view.cat}}
29+
2530
<b>$</b>
2631

2732

0 commit comments

Comments
 (0)