Slides for Global Day of Coderetreat event organized by swkWien and hosted at Nagarro.
Install hugo using your favorite method.
On Unix you can install it using a package manager.
Skip these instructions if you clone an existing repository.
- Create/clone repo
hugo new site . --force
- Follow remaining instructions in tutorial.
Clone the repo and
$ git submodule update --init
To run a server locally, do
$ hugo server