diff --git a/bin/hugo b/bin/hugo new file mode 100755 index 0000000..a42b3e1 --- /dev/null +++ b/bin/hugo @@ -0,0 +1,5 @@ +#!/bin/sh + +export HUGO_CACHEDIR="/tmp/hugo_cache_$USER" + +/usr/bin/hugo "$@"