Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:32:13 +08:00
commit 4d675832c7
10 changed files with 705 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "webflow-to-self-served-page",
"description": "Convert Webflow exports with CSV CMS data to self-served static pages with dynamic content loading",
"version": "1.0.0",
"author": {
"name": "Agustin Trombotto",
"organization": "Filadd"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}