Temporary Repo for Slides via Hugo
Install hugo using your favorite method.
On Unix you can install it using a package manager.
- Create/clone repo
hugo new site . --force
- Follow remaining instructions in tutorial.
To pull the theme submodule, do
$ git submodule update --init
To run a server locally, do
$ hugo server