Personal link bio page dengan style Neo Brutalism dark mode.
Data link diambil dari Google Sheets via SheetDB, terintegrasi feed YouTube & Medium.
- Masuk ke sheetdb.io
- Klik tombol Create new API
- Klik Create new spreadsheet
- Isi nama spreadsheet, misal
linkbio - Klik Create API
- Isikan kolom:
id,name,decs,link,status,imgUrl - Klik Create first row
git clone https://github.com/Rifaldo-dev/bio
cd bio- Buka dashboard sheetdb.io kembali
- Salin Endpoint URL
- Buka file
src/js/links.js - Ubah
const API_URLdi baris 1 dengan Endpoint URL yang sudah disalin
const API_URL = 'https://sheetdb.io/api/v1/xxxxx'; // ganti dengan URL kamu- Buka Google Spreadsheet yang terhubung
- Isi data sesuai kolom yang sudah dibuat
| id | name | decs | link | status | imgUrl |
|---|---|---|---|---|---|
| 1 | Nama Project | Deskripsi singkat | https://... | aktif | (opsional) |
status→ isiaktifsupaya tampil di halamanimgUrl→ opsional, bisa diisi link gambar dari hosting gratis (Imgur, ImgBB, dll)
YouTube — edit src/js/youtube.js:
const YOUTUBE_FEED = 'https://www.youtube.com/feeds/videos.xml?channel_id=UCxxxxx';Medium — edit src/js/medium.js:
const MEDIUM_USERNAME = '@username';Buka index.html di browser, atau pakai live server:
npx serve .Tambah row baru di Google Spreadsheet → halaman otomatis update tanpa edit kode.




