initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[
|
||||
{
|
||||
"key": "git",
|
||||
"name": "Git",
|
||||
"label": "git.scuroneko.dev",
|
||||
"url": "https://git.scuroneko.dev/ScuroNeko",
|
||||
"tone": "red"
|
||||
},
|
||||
{
|
||||
"key": "gh",
|
||||
"name": "GitHub",
|
||||
"label": "github.com/ScuroNeko",
|
||||
"url": "https://github.com/ScuroNeko",
|
||||
"tone": "purple"
|
||||
},
|
||||
{
|
||||
"key": "tg",
|
||||
"name": "Telegram",
|
||||
"label": "@scuroneko",
|
||||
"url": "https://t.me/scuroneko",
|
||||
"tone": "blue"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,21 @@
|
||||
[
|
||||
{
|
||||
"description": "A personal page for projects, stack notes, and developer work.",
|
||||
"key": "web",
|
||||
"name": "ScuroNeko.dev",
|
||||
"stack": ["html", "css", "js"],
|
||||
"status": "active",
|
||||
"tone": "purple"
|
||||
},
|
||||
{
|
||||
"description": "A personal page for projects, stack notes, and developer work.",
|
||||
"key": "lib",
|
||||
"links": {
|
||||
"sources": "https://git.scuroneko.dev/ScuroNeko/Laniakea"
|
||||
},
|
||||
"name": "Laniakea",
|
||||
"stack": ["go", "tg"],
|
||||
"status": "active",
|
||||
"tone": "purple"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,69 @@
|
||||
[
|
||||
{
|
||||
"key": "go",
|
||||
"name": "Go",
|
||||
"tone": "blue",
|
||||
"years": 7
|
||||
},
|
||||
{
|
||||
"key": "py",
|
||||
"name": "Python",
|
||||
"tone": "gold",
|
||||
"years": 8
|
||||
},
|
||||
{
|
||||
"key": "ts",
|
||||
"name": "TypeScript",
|
||||
"tone": "purple",
|
||||
"years": 5
|
||||
},
|
||||
{
|
||||
"key": "re",
|
||||
"name": "React",
|
||||
"tags": ["lib", "js"],
|
||||
"tone": "blue",
|
||||
"years": 7
|
||||
},
|
||||
{
|
||||
"key": "mdb",
|
||||
"name": "MongoDB",
|
||||
"tags": ["db"],
|
||||
"tone": "red",
|
||||
"years": 2
|
||||
},
|
||||
{
|
||||
"key": "psql",
|
||||
"name": "PostgreSQL",
|
||||
"tags": ["db"],
|
||||
"tone": "blue",
|
||||
"years": 7
|
||||
},
|
||||
{
|
||||
"key": "tg",
|
||||
"name": "Telegram API",
|
||||
"tags": ["api"],
|
||||
"tone": "blue",
|
||||
"years": 2
|
||||
},
|
||||
{
|
||||
"hide": true,
|
||||
"key": "html",
|
||||
"name": "HTML",
|
||||
"tone": "red",
|
||||
"years": 7
|
||||
},
|
||||
{
|
||||
"hide": true,
|
||||
"key": "css",
|
||||
"name": "CSS",
|
||||
"tone": "cyan",
|
||||
"years": 7
|
||||
},
|
||||
{
|
||||
"hide": true,
|
||||
"key": "js",
|
||||
"name": "JavaScript",
|
||||
"tone": "cyan",
|
||||
"years": 7
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user