Skip to content

Commit 16ec1a3

Browse files
committed
feat: add additional technologies and tools to config
1 parent 7469a67 commit 16ec1a3

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/config/content/skills.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ export const SKILLS_CONFIG: SkillsConfig = {
7070
'NumPy',
7171
'Oracle DB',
7272
'Puppeteer',
73+
'Selenium',
74+
'Vitepress',
7375
],
7476
[SkillType.Tools]: [
7577
// Common
@@ -79,8 +81,12 @@ export const SKILLS_CONFIG: SkillsConfig = {
7981
'Linux',
8082
// Uncommon
8183
'Blender',
84+
'Continue',
8285
'GIMP',
86+
'GitHub Actions',
87+
'GitHub Copilot',
8388
'Inkscape',
89+
'OpenStack',
8490
'Postman',
8591
'Slack',
8692
'Visual Studio Code',

src/types/content/skills.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,13 @@ export type TechnologySkill =
7070
| 'PostgreSQL'
7171
| 'Puppeteer'
7272
| 'React'
73+
| 'Selenium'
7374
| 'SolidJS'
7475
| 'Spring Framework'
7576
| 'SQLite'
7677
| 'Tailwind CSS'
7778
| 'Vite'
79+
| 'Vitepress'
7880
| 'Vue'
7981
| 'Webpack'
8082
| 'Zod';
@@ -85,7 +87,11 @@ export type TechnologySkill =
8587
export type ToolSkill =
8688
| 'Android Studio'
8789
| 'Blender'
90+
| 'Continue'
8891
| 'GIMP'
92+
| 'GitHub Actions'
93+
| 'GitHub Copilot'
94+
| 'OpenStack'
8995
| 'GitHub'
9096
| 'Inkscape'
9197
| 'Jira'

0 commit comments

Comments
 (0)