From 8b5a71dd3a490718540a7e9d48da2a220256a628 Mon Sep 17 00:00:00 2001 From: Naz Date: Mon, 15 Sep 2025 14:50:08 +0100 Subject: =?UTF-8?q?=E2=9C=A8feat:=20dirty=20commit=20bringing=20basic=20fu?= =?UTF-8?q?nctionality?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/bookmarks.json | 214 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 214 insertions(+) create mode 100644 examples/bookmarks.json (limited to 'examples/bookmarks.json') 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/" + } + ] + } + ] + } + ] +} -- cgit v1.2.3