Skip to content

Instantly share code, notes, and snippets.

View KrashLeviathan's full-sized avatar

Nathan Karasch KrashLeviathan

View GitHub Profile
DIR=$(mktemp -d)
git clone https://github.com/KrashLeviathan/NathanKarasch.git $DIR
jekyll build --source "$DIR" --destination /home/nkarasch/site
rm -rf $DIR