https://davidak.de/
Another JS search for static websites is http://www.tipue.com/search/ It works very well for me on a site with about 300 pages.
You can also use this but havn't testet it. wget -N --recursive --page-requisites --html-extension --convert-links https://example.com/
I used https://de.wordpress.org/plugins/simply-static/ to convert a WP site with 10.000 pages. Took about 60 minutes so i had to increase PHPs max_execution_time. I also tested some other plugins before but most don't…
Another JS search for static websites is http://www.tipue.com/search/ It works very well for me on a site with about 300 pages.
You can also use this but havn't testet it. wget -N --recursive --page-requisites --html-extension --convert-links https://example.com/
I used https://de.wordpress.org/plugins/simply-static/ to convert a WP site with 10.000 pages. Took about 60 minutes so i had to increase PHPs max_execution_time. I also tested some other plugins before but most don't…