This repo contains a working mirror of EXAMPLE_SITE – as well as the wget script and other code to reproduce the mirror.
- Mirror: https://wgetsnaps.github.io/TEMPLATE/
- Original: https://example.com/
- Wayback: https://web.archive.org/web/*/https://example.com/
- Updated at: 2020-11-10
See wgetsnap.sh to check out the wget
code for mirroring the site.
- Related link: https://example.com
- related link 2: https://www.gnu.org/software/wget/manual/wget.html
If you've cloned this repo and want to recreate the wget mirror yourself, check out the Makefile.
Basically:
-
make snap
to execute script(s) for creating a mirror of the target site mirroring the target site (if ./docs doesn't already exist) -
make serve
to view the locally mirrored site -
make clean
to clean out an existing mirror (wget.log and ./docs/)