https://superuser.com/a/1415765
The wget command you'll need to use is much lengthier as explained below. As such, you may wish to commit it to a file like wholesite.sh, make it an executable, and run it. It'll create a directory of the url and subdirectories of the site's assets, including images, js, css, etc.
wget \
--recursive \
--level 5 \
--no-clobber \
--page-requisites \