Skip to content

Instantly share code, notes, and snippets.

@ciarand
Created June 22, 2014 15:31
Show Gist options
  • Save ciarand/0b023e7242b3e37e4dea to your computer and use it in GitHub Desktop.
Save ciarand/0b023e7242b3e37e4dea to your computer and use it in GitHub Desktop.
getting_started_with_hugo.bash
wget https://github.com/spf13/hugo/releases/download/v0.11/hugo_0.11_linux_386.tar.gz
tar xvzf hugo_0.11_linux_386.tar.gz
mv hugo_0.11_linux_386/hugo_0.11_linux_386 hugo
chmod +x ./hugo
./hugo new site blah
echo "your new site is in 'blah'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment