Make an offline mirror of a website with wget

This snippet comes from Guy Rutenberg’s blog: https://www.guyrutenberg.com/2014/05/02/make-offline-mirror-of-a-site-using-wget/

wget --mirror --convert-links --adjust-extension --page-requisites "$WEBSITE"
Copied!

Use your own input

If you have values you'd like to use instead of the provided variables, type or paste your data into the variable inputs below. If Javascript is enabled, your text will automatically be added to the command and you can click to copy.