Initial commit

This commit is contained in:
Francesco
2025-05-14 14:35:15 +02:00
commit c482b6b254
130 changed files with 13171 additions and 0 deletions

12
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"frontMatter.content.pageFolders": [
{
"path": "[[workspace]]/src/posts",
"title": "posts"
},
{
"title": "portfolio",
"path": "[[workspace]]/src/portfolio"
}
]
}