hugo

A 2-post collection

Installing Hugo Using Vagrant and VirtualBox with Snapd

By Tim Brown |  May 5, 2020  | hugo
This install guide assumes that you have already followed my Vagrant/VirtualBox Guide and have it running successfully. Open the “Vagrant” file that was created in the directory and add the below content and save: # -*- mode: ruby -*- # vi: set ft=ruby : # All Vagrant configuration is done below. The "2" in Vagrant.configure # configures the configuration version (we support older styles for # backwards compatibility). Please don't change it unless you know what # you're doing.
Continue Reading...

Installing Hugo Using Vagrant and VirtualBox with Wget

By Tim Brown |  May 5, 2020  | hugo
This install guide assumes that you have already followed my Vagrant/VirtualBox Guide and have it running successfully. This way is much, much faster, than using the snapd approach, but requires manually updating Hugo release download and install commands. Open the “Vagrant” file that was created in the directory and add the below content and save: # -*- mode: ruby -*- # vi: set ft=ruby : # All Vagrant configuration is done below.
Continue Reading...