Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Archiver

This script crawls SeaGL’s OSEM instance, saves a WARC-formatted archive, and exports a static site compatible with GitHub Pages.

Dependencies

Usage

Archive OSEM and export a static site:

deno task archive

Test the archive expectations against OSEM:

deno task verify-archive

Rebuild the static site:

deno task rebuild

Locally serve the static site:

deno task emulate-github-pages

Test the locally served static site:

deno task verify-emulated-github-pages

Test GitHub Pages before updating DNS:

deno task verify-staging-github-pages

Test GitHub Pages:

deno task verify-production-github-pages