givanz / Vvveb

Powerful and easy to use cms to build websites, blogs or ecommerce stores.
https://www.vvveb.com
GNU Affero General Public License v3.0
239 stars 49 forks source link

Is there a way to export the site as static pages? #108

Closed nwkyz closed 3 months ago

nwkyz commented 3 months ago

The site works well on localhost, but is there a method to export them as a static site, or some ways to host it on cloudflare pages and github pages? Thanks.

givanz commented 3 months ago

Currently there is no static export option, it will be added as a plugin in the future. You can export manually using

wget -r --mirror -p --convert-links -P --follow-tags=a ./  https://website.com
nwkyz commented 3 months ago

Okay thanks.