Add go.mod to repository
We already define the theme in config.toml
, so when we do hugo init
it reads the configuration and it fails as haven't yet pulled the theme.
This MR explicitly adds the theme and commits go.mod
and go.sum
to the repository.
Fixes #84 (closed)