Files
it_portfolio/content/manifest.json
2026-04-21 11:49:33 +02:00

42 lines
1.0 KiB
JSON

{
"name": "~",
"type": "dir",
"children": [
{
"name": "about.md",
"type": "file",
"path": "content/about.md"
},
{
"name": "skills.md",
"type": "file",
"path": "content/skills.md"
},
{
"name": "projects",
"type": "dir",
"children": [
{
"name": "web_dev.md",
"type": "file",
"path": "content/projects/web_dev.md"
},
{
"name": "systems.md",
"type": "file",
"path": "content/projects/systems.md"
},
{
"name": "ai_ml.md",
"type": "file",
"path": "content/projects/ai_ml.md"
}
]
},
{
"name": "contact.md",
"type": "file",
"path": "content/contact.md"
}
]
}