An online course on Modelling and Scientific Computing in Python for the Oxford Doctoral Training Centre http://www.dtc.ox.ac.uk/.
This course is built from Markdown content using Hugo and the Hugo Learn theme.
-
Get hugo. I recommend getting Hugo from snap so you get an up-to-date version:
sudo snap install hugo
-
Clone this repo, and navigate to the
hugo_site
directory -
Run
hugo server
, and follow the link to view the site in your browser -
Edit content in the
hugo_site/content
directory, on a new branch, and open a pull request on GitHub.