Install Hugo

Completed Medium
Start
July 27, 2019
End
July 27, 2019
Period
1Days
PIC
Last Updated
July 27, 2019
Tags
hugo , html

version install

Ubuntu(64bit)

wget https://github.com/gohugoio/hugo/releases/download/v0.55.5/hugo_0.55.5_Linux-64bit.deb

Mate(raspberry pi)

wget https://github.com/gohugoio/hugo/releases/download/v0.32.2/hugo_0.32.2_Linux-ARM.deb

Common root

sudo dpkg -i hugo_0.24.1_Linux-64bit.deb

server

hugo-theme-docdock

hugo server -t hugo-theme-docdock -D -w

Vagrant(ver IP)

hugo server –bind=192.168.xx.xx -t hugo-theme-docdock -D -w