-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
53 lines (47 loc) · 1.3 KB
/
Copy pathconfig.json
File metadata and controls
53 lines (47 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"github_user": "DiegoPyLL",
"repo": ".github",
"ascii": {
"source": "profile/assets/yo.svg",
"output": "profile/assets/ascii.txt",
"width": 88,
"ramp": "standard",
"invert": false,
"autocontrast": true,
"contrast": 1.15,
"char_aspect": 0.42,
"color": true,
"saturation": 1.25,
"min_brightness": 80,
"font_size": 13
},
"identity": {
"email": "[email protected]",
"name": "Diego Peña y Lillo",
"studies": "Ingeniería Informática, esp. en Inteligencia Artificial",
"location": "Chile",
"working_on": "",
"learning": "",
"ask_me_about": "",
"collaborate_on": "",
"fun_fact": ""
},
"tech": {
"Lenguajes": ["Kotlin", "Python", "Java", "TypeScript", "SQL"],
"Backend": ["Spring", "FastAPI", "Node.js"],
"Frontend": ["React", "Next.js", "Astro", "Tailwind CSS"],
"Datos": ["Pandas", "NumPy", "Matplotlib", "Jupyter"],
"Bases de datos": ["PostgreSQL", "MySQL", "MongoDB", "Supabase", "Redis"],
"Infraestructura": ["AWS", "Docker", "Vercel", "Git", "GitHub", "Linux"]
},
"quote": {
"text": "Lo que hace el aburrimiento es increíble.",
"author": "Diego Peña y Lillo Luhrs"
},
"tech_colors": {},
"languages": {
"max_shown": 8,
"exclude": [],
"include_forks": false
}
}