Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 287 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 287 Bytes

up-and-run-cheatsheet

Run website localy

wget https://github.com/gohugoio/hugo/releases/download/v0.59.1/hugo_extended_0.59.1_Linux-64bit.deb
sudo dpkg -i hugo_extended_0.59.1_Linux-64bit.deb
rm hugo_extended_0.59.1_Linux-64bit.deb
make serve
http://localhost:1313/