refacto: vide-coding to get a terminal look
This commit is contained in:
42
content/manifest.json
Normal file
42
content/manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user