Located at: https://www.twin.uk.com/hpc-reproducibility/
This presentation is written in markdown and converted to reveal.js.
In NodeJS, the presentation is built using reveal-md
.
You'll need to install nodejs to build. The easiest way to get the latest version:
- Install using node version manager
- Install using conda (conda-forge channel)
conda install -c conda-forge nodejs
npm install
npm start
npm run build
When pushing/merging to a master branch, a github action builds the site and publishes it to github pages.