بنقرة واحدة
kobweb-static-export
Compiles and exports the Kobweb project into a static website.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Compiles and exports the Kobweb project into a static website.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | Kobweb Static Export |
| description | Compiles and exports the Kobweb project into a static website. |
This skill provides instructions and tools to export a Kobweb project as a static website.
Ensure you are in the directory containing the Kobweb site (usually the site/ folder).
Execute the following command to generate the static site:
kobweb export
[!TIP] If your site doesn't have a backend (API routes), use
--layout staticto optimize the export:kobweb export --layout static
Alternatively, you can run it via Gradle:
./gradlew kobwebExport
The exported static website will be located at:
site/.kobweb/site/
To verify the exported site, you can use any static file server. For example:
npx serve site/.kobweb/site/
./gradlew build before exporting.src/jsMain/resources/public/.