Skip to content

Instantly share code, notes, and snippets.

@KrashLeviathan
Last active August 29, 2016 14:34
Show Gist options
  • Save KrashLeviathan/f31e9fc9f076174b141bed70a76a2f99 to your computer and use it in GitHub Desktop.
Save KrashLeviathan/f31e9fc9f076174b141bed70a76a2f99 to your computer and use it in GitHub Desktop.
DIR=$(mktemp -d)
git clone https://github.com/KrashLeviathan/NathanKarasch.git $DIR
jekyll build --source "$DIR" --destination /home/nkarasch/site
rm -rf $DIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment