Skip to content

Instantly share code, notes, and snippets.

@autonome
Created January 21, 2019 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save autonome/21f8143fc0c411ef7dd26ec68493c923 to your computer and use it in GitHub Desktop.
Save autonome/21f8143fc0c411ef7dd26ec68493c923 to your computer and use it in GitHub Desktop.
download website for static/offline use
wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains yourdomain.com \
--no-parent \
--no-cache \
www.yourdomain.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment