github varabyte/kobweb v0.9.6

latest releases: v0.24.0, v0.23.3, v0.23.2...
pre-release4 years ago

With this version, Kobweb now supports exporting static layouts. This means if you don't care about any of Kobweb's dynamic features, and you're happy just serving static html / js directly, you can use Kobweb to export your website into a simpler format that various existing hosting sites can host for you for cheap (or even free).

$ kobweb export --layout static
# If you want to test that it's working locally, you have to tell "run" about it
$ kobweb run --env prod --layout static

This feature will only work if you are using the kobweb CLI versioned 0.9.5 or newer, so please check kobweb version first if you're experiencing issues.

Don't miss a new kobweb release

NewReleases is sending notifications on new releases.