Install Hugo

Contains information related to the Ubuntu

I have written down only the commonly used steps for installing Hugo on Ubuntu.

version install

Ubuntu(64bit)
wget https://github.com/gohugoio/hugo/releases/download/v0.29/hugo_0.29_Linux-64bit.deb
Mate(raspberry pi)
wget https://github.com/gohugoio/hugo/releases/download/v0.32.2/hugo_0.32.2_Linux-ARM.deb
sudo dpkg -i hugo_0.24.1_Linux-64bit.deb

server

When Specifying hugo-theme-docdock as the Theme
hugo server -t hugo-theme-docdock -D -w
Vagrant(for IP Address Specification)
hugo server --bind=192.168.xx.xx -t hugo-theme-docdock -D -w

See also