-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.json
51 lines (50 loc) · 1.34 KB
/
content.json
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
{
"name": "Paco Algar Muñoz",
"githubProfile": "Pacatro",
"bio": "Hi, I'm Paco! I'm passionate about technology and computing. I've worked on multiple personal projects across various branches of computer science, including web development, systems programming, video games, and artificial intelligence. Always learning in a self-taught manner.",
"email": "",
"socials": [
{
"name": "Github",
"url": "https://github.com/Pacatro",
"icon": ""
},
{
"name": "Linkedin",
"url": "https://www.linkedin.com/in/paco-algar/",
"icon": ""
},
{
"name": "X",
"url": "https://x.com/P4k02",
"icon": ""
}
],
"sections": [
"About me",
"Projects",
"Social"
],
"commands": [
{
"name": ":h",
"args": "",
"description": "Show the available commands"
},
{
"name": ":q",
"args": "",
"description": "Quit"
},
{
"name": ":e",
"args": "",
"description": "Exit cmd"
},
{
"name": ":goto",
"args": "section",
"description": "Go to a section of the portfolio"
}
]
}