refacto: vide-coding to get a terminal look

This commit is contained in:
Gauvain B
2026-04-21 11:49:33 +02:00
parent 4a98c30f09
commit e088991b5d
10 changed files with 1231 additions and 130 deletions

42
content/manifest.json Normal file
View File

@@ -0,0 +1,42 @@
{
"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"
}
]
}