Changed the config a bit.

This commit is contained in:
deepjyoti30
2020-05-13 11:18:49 +05:30
parent 4fc71fd0f6
commit 4c0a4b46c6

View File

@@ -1,23 +1,31 @@
{
"squares": [
{ "name": "reddit", "links": [
{ "name": "SkincareAddiction", "url": "https://www.reddit.com/r/SkincareAddiction/" },
{ "name": "MakeupAddiction", "url": "https://www.reddit.com/r/MakeupAddiction/" },
{ "name": "dwarffortress", "url": "https://www.reddit.com/r/dwarffortress/" },
{ "name": "unixporn", "url": "https://www.reddit.com/r/unixporn/" }
]
},
{ "name": "media", "links": [
{ "name": "Netflix", "url": "https://www.netflix.com/" },
{ "name": "goodreads", "url": "https://www.goodreads.com/" },
{ "name": "imgur", "url": "http://imgur.com/" }
{ "name": "Spotify", "url": "https://open.spotify.com/" },
{ "name": "YoutubeMusic", "url": "https://music.youtube.com/" },
{ "name": "Netflix", "url": "https://netflix.com" },
{ "name": "Youtube", "url": "https://youtube.com" }
]
},
{ "name": "programming", "links": [
{ "name": "GitHub", "url": "https://github.com/" },
{ "name": "stackoverflow", "url": "https://stackoverflow.com/" },
{ "name": "MDN Web Docs", "url": "https://developer.mozilla.org/bm/" },
{ "name": "cppreference", "url": "http://en.cppreference.com/w/" }
{ "name": "work", "links": [
{ "name": "Github", "url": "https://github.com" },
{ "name": "Heroku", "url": "http://heroku.com/" },
{ "name": "localhost", "url": "http://localhost:8000/" }
]
},
{ "name": "social", "links": [
{ "name": "Reddit", "url": "https://reddit.com" },
{ "name": "Unixporn Love", "url": "https://deepjyoti30.github.io/unixporn-love/" },
{ "name": "r/unixporn", "url": "https://www.reddit.com/r/unixporn/" },
{ "name": "r/mk", "url": "https://www.reddit.com/r/MechanicalKeyboards/" }
]
},
{
"name": "Others", "links": [
{"name": "Material Colors", "url": "http://materialuicolors.co/"},
{"name": "Gmail", "url": "http://gmail.com/"},
{"name": "neo4j Local", "url": "http://localhost:7474/"},
{"name": "rarbg", "url": "http://rarbg.to"}
]
}
],