sui/links.json
Glauber Ferreira 5dc1f2558d
All checks were successful
Build and Push Image / Build and push image (push) Successful in 41s
first commit
2024-04-28 19:41:41 -03:00

62 lines
1.8 KiB
JSON
Executable File

{
"bookmarks" : [
{
"category": "OS",
"links": [
{
"name": "Debian",
"url": "https://debian.org"
},
{
"name": "ReactOS",
"url": "https://reactos.org"
},
{
"name": "ToaruOS",
"url": "https://toaruos.org",
"target": "_blank"
},
{
"name": "Haiku",
"url": "https://haiku-os.org",
"target": "_blank"
},
{
"name": "NetBSD",
"url": "https://www.netbsd.org",
"target": "_blank"
},
{
"name": "DragonflyBSD",
"url": "https://www.dragonflybsd.org",
"target": "_blank"
}
]
},
{
"category": "Tecc",
"links": [
{
"name": "Lobste.rs",
"url": "https://lobste.rs"
},
{
"name": "Hackers News",
"url": "https://news.ycombinator.com"
},
{
"name": "Slashdot",
"url": "https://slashdot.org",
"target": "_blank"
},
{
"name": "Phoronix",
"url": "https://www.phoronix.com",
"target": "_blank"
}
]
}
]
}