Small static (Jekyll) site for gathering together and viewing digitized Gutenberg Bibles, to accompany the Bodleian's 2021 Lyell Lectures. Runs as a GitHub Page.
- Index page with information and list of IIIF Gutenberg Bibles
- View page (
/view
), with a Mirador workspace containing all digitized bibles. None open by default, but can be passed a IIIF manifest usingmanifest
to open with an object.
/view/
embeds the UMD Version of Mirador (see Mirador Docs). Uses the _layouts/view.html
page layout, which loads the Mirador UMD and embeds _includes/viewer.html
. This include
sets up Mirador, and populates the workspace with IIIF manifests from _data/manifests.json
(which should be a IIIF collection).
The viewer.html
include also contains lines to allow a manifest to be passed to the viewer, using a manifest
parameter.
Uses default GitHub Pages styling, plus a custom footer.