1 2 3 4 5 6
source $stdenv/setup set -e d="$out/var/www/blog.mediocregopher.com" mkdir -p "$d" $jekyll_env/bin/jekyll build -s "$src" -d "$d"