add nostromo project json

This commit is contained in:
2026-03-29 14:58:18 +02:00
parent 6b6f1d8b1b
commit 2d524c2ed4

19
nostromo.project.json Normal file
View File

@@ -0,0 +1,19 @@
{
"schemaVersion": 1,
"slug": "Python-Intro",
"title": "Python Intro",
"description": "A succinct introduction to Python syntax, fostering a smooth learning curve for beginners.",
"tags": ["Python", "Jupyter Notebook"],
"repo": {
"visibility": "public",
"url": "https://git.wieerwill.dev/wieerwill/Python-Intro"
},
"site": {
"published": true,
"featured": false
},
"readme": {
"path": "README.md",
"excerptMode": "first-paragraph"
}
}