diff --git a/.sitepins/config.json b/.sitepins/config.json index 71c82ac..3a11e44 100644 --- a/.sitepins/config.json +++ b/.sitepins/config.json @@ -1,17 +1,11 @@ { - "media": { - "root": "public/images", - "public": "public" - }, - "content": { - "root": "src/content" - }, - "code": { - "root": "src/layouts" - }, - "themeConfig": [ + "media": "public/images", + "content": "src/content", + "code": "src/layouts", + "arrangement": [], + "public": "public", + "configs": [ "src/config" ], - "arrangement": [], - "showCommitModal": true + "custom-commit": true } \ No newline at end of file diff --git a/public/.well-known/sitepins.json b/public/.well-known/sitepins.json new file mode 100644 index 0000000..785fb4d --- /dev/null +++ b/public/.well-known/sitepins.json @@ -0,0 +1,5 @@ +{ + "cms": "Sitepins", + "generator": "Sitepins CMS", + "version": "1.0.0" +} \ No newline at end of file