Source code for the static site developed for Stephen Wittek's "Shakespeare VR" project.
Development funded as part of the 2019 A.W. Mellon Digital Humanities Seed Grant.
During the editorial phase of this project, a preview build of the site was deployed to https://cmu-shx-vr.netlify.com/. Netlify builds the static site with each commit, and supplies a client-side CMS for authorized editors of the site.
As of January 2021 this project is archvied and the website will not receive further updates via Netlify. Any futher edits can be made by downloading this repository, editing the markdown files, and following the Build steps below to generate the HTML/CSS/JS for loading onto the server.
The production site is deployed to https://shakespeare-vr.library.cmu.edu.
To build site assets from the source code:
- Install ruby >= 2.6.3
- Install bundler via
gem install bundler
- Install all gem dependencies via
bundler install
- Run
bundle exec jekyll build
to generate the site to the_site
directory.
This Jekyll site is forked from the Type On Strap theme.