Skip to content

Commit ec627a0

Browse files
committed
完善技能页
1 parent 84319bb commit ec627a0

File tree

9 files changed

+95
-0
lines changed

9 files changed

+95
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"devDependencies": {
7575
"@astrojs/ts-plugin": "^1.10.6",
7676
"@biomejs/biome": "2.2.4",
77+
"@iconify-json/devicon": "^1.2.56",
7778
"@iconify-json/mdi": "^1.2.3",
7879
"@rollup/plugin-yaml": "^4.1.2",
7980
"@types/hast": "^3.0.4",

pnpm-lock.yaml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/data/skills/archlinux.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Arch Linux",
3+
"description": "A lightweight and flexible Linux distribution that tries to Keep It Simple. It uses a rolling release model and provides a minimal base system, allowing users to customize their environment to a high degree.",
4+
"icon": "logos:archlinux",
5+
"category": "System",
6+
"level": "advanced",
7+
"experience": {
8+
"years": 4,
9+
"months": 5
10+
},
11+
"color": "#1793D1"
12+
}

src/data/skills/blender.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Blender",
3+
"description": "A free and open-source 3D creation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing and motion tracking, even video editing and game creation.",
4+
"icon": "logos:blender",
5+
"category": "tools",
6+
"level": "beginner",
7+
"experience": {
8+
"years": 1,
9+
"months": 2
10+
},
11+
"color": "#F5792A"
12+
}

src/data/skills/csharp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "C#",
3+
"description": "A modern, object-oriented, and type-safe programming language developed by Microsoft for the .NET platform.",
4+
"icon": "mdi:language-csharp",
5+
"category": "client",
6+
"level": "intermediate",
7+
"experience": {
8+
"years": 4,
9+
"months": 0
10+
},
11+
"color": "#239120"
12+
}

src/data/skills/docker.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Docker",
3+
"description": "A platform for developing, shipping, and running applications in lightweight, portable containers.",
4+
"icon": "logos:docker-icon",
5+
"category": "tools",
6+
"level": "intermediate",
7+
"experience": {
8+
"years": 2,
9+
"months": 7
10+
},
11+
"color": "#2496ED"
12+
}

src/data/skills/dotnet.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": ".NET",
3+
"description": "A free, cross-platform, open source developer platform for building many different types of applications.",
4+
"icon": "logos:dotnet",
5+
"category": "Frameworks",
6+
"level": "intermediate",
7+
"experience": {
8+
"years": 4,
9+
"months": 0
10+
},
11+
"color": "#512BD4"
12+
}

src/data/skills/python.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Python",
3+
"description": "A high-level, interpreted programming language known for its clear syntax and code readability. Widely used in web development, data science, artificial intelligence, and automation.",
4+
"icon": "logos:python",
5+
"category": "client",
6+
"level": "advanced",
7+
"experience": {
8+
"years": 7,
9+
"months": 0
10+
},
11+
"color": "#3776AB"
12+
}

src/data/skills/rust.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Rust",
3+
"description": "A systems programming language focused on safety, speed, and concurrency. It guarantees memory safety without using a garbage collector.",
4+
"icon": "logos:rust",
5+
"category": "client",
6+
"level": "beginner",
7+
"experience": {
8+
"years": 0,
9+
"months": 4
10+
},
11+
"color": "#000000"
12+
}

0 commit comments

Comments
 (0)