ref: 3a7706b069107e5fa6112b3f7ce006f16867cb38
dir: /appveyor.yml/
init: - set PATH=%PATH%;C:\MinGW\bin;%GOPATH%\bin - go version - go env # clones and cd's to path clone_folder: C:\GOPATH\src\github.com\gohugoio\hugo install: - gem install asciidoctor - pip install docutils - go get github.com/magefile/mage build_script: - mage vendor hugoRace - mage -v check - hugo -s docs/ - hugo --renderToMemory -s docs/