Static website for our GLOBALISE Lab at http://lab.globalise.huygens.knaw.nl/.
These static pages are generated with Material for MkDocs using a GitHub Action on every push (see the gh-pages
branch). For local development, follow the instructions below.
Make sure that you have python 3.8 or higher installed. Then install the dependencies:
$ pip install -r requirements.txt
Local changes are immediately reflected in the browser when running the development server:
$ mkdocs serve
Building the site can be done with:
$ mkdocs build