Created
June 22, 2014 15:31
-
-
Save ciarand/0b023e7242b3e37e4dea to your computer and use it in GitHub Desktop.
getting_started_with_hugo.bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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