more stack

This commit is contained in:
2026-04-16 17:04:18 +03:00
parent 08d74be75f
commit ca6abfbecf
5 changed files with 36 additions and 11 deletions
+10 -10
View File
@@ -1,23 +1,23 @@
[
{
"key": "git",
"name": "Git",
"key": "gitea",
"label": "git.scuroneko.dev",
"url": "https://git.scuroneko.dev/ScuroNeko",
"tone": "red"
"name": "Git",
"tone": "red",
"url": "https://git.scuroneko.dev/ScuroNeko"
},
{
"key": "gh",
"name": "GitHub",
"label": "github.com/ScuroNeko",
"url": "https://github.com/ScuroNeko",
"tone": "purple"
"name": "GitHub",
"tone": "purple",
"url": "https://github.com/ScuroNeko"
},
{
"key": "tg",
"name": "Telegram",
"label": "@scuroneko",
"url": "https://t.me/scuroneko",
"tone": "blue"
"name": "Telegram",
"tone": "blue",
"url": "https://t.me/scuroneko"
}
]
+23
View File
@@ -2,18 +2,21 @@
{
"key": "go",
"name": "Go",
"tags": ["lang"],
"tone": "blue",
"years": 7
},
{
"key": "py",
"name": "Python",
"tags": ["lang"],
"tone": "gold",
"years": 8
},
{
"key": "ts",
"name": "TypeScript",
"tags": ["lang"],
"tone": "purple",
"years": 5
},
@@ -63,6 +66,7 @@
"hide": true,
"key": "html",
"name": "HTML",
"tags": ["web"],
"tone": "red",
"years": 7
},
@@ -70,6 +74,7 @@
"hide": true,
"key": "css",
"name": "CSS",
"tags": ["web"],
"tone": "cyan",
"years": 7
},
@@ -77,6 +82,7 @@
"hide": true,
"key": "js",
"name": "JavaScript",
"tags": ["web"],
"tone": "gold",
"years": 7
},
@@ -84,7 +90,24 @@
"hide": true,
"key": "sass",
"name": "Sass",
"tags": ["web"],
"tone": "rose",
"years": 5
},
{
"hide": true,
"key": "git",
"name": "Git",
"tags": ["tools"],
"tone": "red",
"years": 7
},
{
"hide": true,
"key": "kotlin",
"name": "Kotlin",
"tags": ["lang"],
"tone": "purple",
"years": 3
}
]