diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-09-15 14:50:08 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-09-15 15:08:15 +0100 |
| commit | 8b5a71dd3a490718540a7e9d48da2a220256a628 (patch) | |
| tree | b1e029fad2a636dabcf053192ded8542e530b3d1 /examples/bookmarks.json | |
| parent | c53617755ea9f98c8c8e36901db90e19e827a483 (diff) | |
✨feat: dirty commit bringing basic functionality
Diffstat (limited to 'examples/bookmarks.json')
| -rw-r--r-- | examples/bookmarks.json | 214 |
1 files changed, 214 insertions, 0 deletions
diff --git a/examples/bookmarks.json b/examples/bookmarks.json new file mode 100644 index 0000000..8ae3413 --- /dev/null +++ b/examples/bookmarks.json @@ -0,0 +1,214 @@ +{ + "sections": [ + { + "title": "BMs", + "cards": [ + { + "title": "distros", + "links": [ + { + "title": "arch", + "url": "https://archlinux.org/" + }, + { + "title": "void", + "url": "https://voidlinux.org/" + }, + { + "title": "debian", + "url": "https://www.debian.org/" + }, + { + "title": "mx", + "url": "https://mxlinux.org/" + } + ] + }, + { + "title": "search", + "links": [ + { + "title": "brave", + "url": "https://search.brave.com/" + }, + { + "title": "starpage", + "url": "https://www.startpage.com/" + }, + { + "title": "duckduckgo", + "url": "https://duckduckgo.com/" + } + ] + }, + { + "title": "rust", + "links": [ + { + "title": "surrealdb", + "url": "https://surrealdb.com/" + }, + { + "title": "tauri", + "url": "https://tauri.app/" + }, + { + "title": "crates", + "url": "https://crates.io/" + }, + { + "title": "docs.rs", + "url": "https://docs.rs/" + }, + { + "title": "DA BOOK", + "url": "https://rust-book.cs.brown.edu/" + } + ] + }, + { + "title": "minecraft", + "links": [ + { + "title": "curseforge", + "url": "https://www.curseforge.com/minecraft" + }, + { + "title": "vanilla tweaks", + "url": "https://vanillatweaks.net/" + }, + { + "title": "modrinth", + "url": "https://modrinth.com/" + } + ] + }, + { + "title": "Mail", + "links": [ + { + "title": "proton", + "url": "https://mail.proton.me" + }, + { + "title": "tuta", + "url": "https://app.tuta.com/login" + }, + { + "title": "10minutemail", + "url": "https://10minutemail.com/" + }, + { + "title": "disroot", + "url": "https://mail.disroot.org/" + } + ] + } + ] + }, + { + "title": "torrent", + "cards": [ + { + "title": "media", + "links": [ + { + "title": "yts movies", + "url": "https://yts.mx/" + }, + { + "title": "1337x", + "url": "https://1337x.to/home/" + }, + { + "title": "nyaa", + "url": "https://nyaa.si/" + } + ] + }, + { + "title": "misc", + "links": [ + { + "title": "torrentz2", + "url": "https://torrentz2.nz/" + }, + { + "title": "the pirate bay", + "url": "https://thepiratebay.org/" + } + ] + } + ] + }, + { + "title": "homelab", + "cards": [ + { + "title": "media", + "links": [ + { + "title": "RSS", + "url": "https://yarr.local/" + }, + { + "title": "Jellyfin", + "url": "https://jellyfin.local/" + }, + { + "title": "Calibre", + "url": "https://calibre.local/" + } + ] + }, + { + "title": "code", + "links": [ + { + "title": "Gogs", + "url": "https://gogs.local/" + }, + { + "title": "Forgejo", + "url": "https://git.ch-naseem.com/" + } + ] + }, + { + "title": "admin", + "links": [ + { + "title": "Proxy", + "url": "https://npm.local/" + }, + { + "title": "Pi-hole", + "url": "https://pihole.local/" + } + ] + }, + { + "title": "misc", + "links": [ + { + "title": "Glance", + "url": "https://glance.local/" + }, + { + "title": "Syncthing", + "url": "https://syncthing.local/" + }, + { + "title": "Transmission", + "url": "https://transmission.local/" + }, + { + "title": "4get", + "url": "https://4get.local/" + } + ] + } + ] + } + ] +} |
