Run Hugo server locally

This website is built using Hugo. I use git submodules to add the theme, so when I want to run the website locally, there is one additional command needed to pull in the files for the theme:

git submodule update --init

After this, simply run:

hugo server

That’s it!

More details of the hugo server command can be found here.