Regrettably, the newest hugo version (0.18) no longer handles my static site, so I want to fall back to hugo 0.16. I have read through the Installation on OSX guide, but was not successful.
My questions:
-
I have brew installed, but only see how to install hugo 0.18. Is there a way to use
brew
to install hugo 0.16? -
I downloaded the tarball from the Releases page, and moved the hugo binary into
/usr/local/bin
. This gives fatal errors:bash-3.2$ hugo version Hugo Static Site Generator v0.16 BuildDate: 2016-06-06T08:29:38-04:00 bash-3.2$ hugo serve Started building site fatal error: unexpected signal during runtime execution fatal error: unexpected signal during runtime execution fatal error: unexpected signal during runtime execution fatal error: unexpected signal during runtime execution [signal 0xb code=0x1 addr=0xb01dfacedebac1e pc=0x1f7ca0] ... etc...
What can I do to avoid these errors with the pre-built binary?
3. And if I'm pressed to do it, how do I build hugo 0.16 from source? (The instructions on the Installation Guide will most likely get me version 0.18.)
Thanks.