Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 282 Bytes

README.rst

File metadata and controls

9 lines (7 loc) · 282 Bytes

Local development

Get Hugo for Ubuntu/Debian:

HUGO_VERSION="0.63.2"
wget -O hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.deb
sudo dpkg -i hugo.deb
# ...or try sudo gdebi hugo.deb