Hacker News new | ask | show | jobs
by F_r_k 3426 days ago
Can't you just dump the website using wget ?
2 comments

You can also use this but havn't testet it.

wget -N --recursive --page-requisites --html-extension --convert-links https://example.com/

The idea is to keep the site inside a CMS, but a different CMS, one that generates (most) pages statically rather than on-the-fly.