To test it locally, you will need to:
- Clone/fork this GitHub repo:
git clone --recurse-submodules https://github.com/ismrm/mrpub
- If Hugo is not installed, follow the steps in their documentation to install it on your machine: https://gohugo.io/getting-started/installing/
- To run the website locally, make sure you are still in
mrpub/
dir and typehugo serve -D
.- The -D option is to serve the website including the draft .md files.